- This program is a computer-based simulator that reproduces the bioassay training items used in student training at Matsumoto Dental University.
- Access this page.
- Preparation
- Determine the lidocaine dose and number of mice in each group
- Prepare the lidocaine solution
- Experiments
- Inject lidocaine intraperitoneally to mice to achieve the specified dose
- Place the mouse on a wire mesh tilted at a 45° angle
- A convulsion is considered to have occurred if the mouse slides down the wire mesh by more than 15 cm. Death is considered to have occurred if no movement is observed.
- Calculation of the TD50 and LD50
- Calculate using probit regression analysis
- Select the language from the pull-down menu at the bottom of the screen (the following explanation is for the Japanese screen).
- Press the "Experiment" button to go to the Experiment screen.
- Press the "TD50/LD50 calculation" button to go to the Calculation screen.
- Press the "Settings" button to go to the Settings screen.
- Turn movie playback on/off
- Set the dose (for TD50 or LD50).
- Mouse weights are displayed. Select the drug concentration to be used from the pull-down menu and calculate the dose.
- If necessary, select the evaluation time (maximum observation time) from the pull-down menu.
- Press the "Administration" button to play the video and display the results.
- Press "NewExp." button and then start the next experiment.
- Press the "Back" button to return to the initial screen.
- Enter the number of animals in each group in "Total" and the number of responding animals in "Response"
- Press the "Calculate" button to display the results, table, and graph.
- Press the "Back" button to return to the initial screen.
- Select whether to turn video playback on or off from the pull-down menu.
- Select the dose settings (for TD50 and LD50).
- Press the "Change" button to apply the changes; press the "Cancel" button to return to the initial screen without applying the changes.
- This simulator is modeled based on actual training results, but it may not necessarily yield the same results as animal experiments.
A paper on the model formula and parameter values used in this simulator.
- Ara T, Kitamura H, Hung Y-C, Uchida K-i. Construction and Evaluation of a Statistical Model for a Probit Method Simulator in Pharmacological Education. Applied Biosciences. 2025; 4(4):50. (https://doi.org/10.3390/applbiosci4040050)
- Zenodo (https://doi.org/10.5281/zenodo.17406038)
- Since it is released under the MIT License, it can be used and modified for both commercial and non-commercial purposes.
- Build the environment using one of the following methods.
- Access the page published on GitHub
- https://toshi-ara.github.io/sim-bioassay
- This is the easiest, and I think it would be a good idea to post this link on a page that is easy for students to access (such as a classroom-specific page).
- Install on your own web server (Please consult an expert)
- When you click the
Codebutton on this page,Download ZIPwill be displayed, so click it. A file namedsim-bioassay-main.zipwill be saved. - Unzip the file,
- Place the contents of the above
docsfolder in the appropriate location on the web server (Please change the folder name as appropriate). - You can use the simulator by accessing the web server.
- When you click the
- Access the page published on GitHub
- If you want to modify program, please edit the
LICENSEfile. Please add the copyright holder afterCopyright (c) 2025 ARA Toshiakiand include thisLICENSEfile in the source code.
- Requires npm (JavaScript package management system)
- Run the following command with npm installed
git clone https://github.com/toshi-ara/sim-bioassay.git
# git clone git@github.com:toshi-ara/sim-bioassay.git # when ssh is used
cd simla-ts
npm install
npm run build- Improve CSS
- Display drug name
- Updated npm packages
- Changed to a single HTML file (no web server required)
- Updated npm packages
- Shorten movies
- Corrected Type
- Updated npm packages
- Fixed an issue where injection movie dows not play
- Fixed tsconfig.json options
- Changed the injection movie to only play on the first run
- move ts and css folder to src folder
- delete docs folder
- Change movie file to mp4
- Initial release
- Author: Matsumoto Dental University, Department of Pharmacology, Toshiaki Ara
- Year:2025
- License: MIT License