11 commitsLast commit ≈ 17 months ago1 star0 forks
Bending Stiffness
Sample Java code analysing "Bending Stiffness of Actin Filaments" Experiment.
1
contributor
Cite this software
Description
Summary
A java code analysing the Bending Stiffness of Actin Filament Experiment.
- Reads coordinates from
snake.txtof a measured filament (an example is in theimagesdirectory) - Calculates the mean squared displacement (MSD) and contour length from data
- Error calculation in persistence length and contour length are saved in
mathematicadirectory. - (optional) Modify
config.propertiesas needed.
Running the Demo
- Place your
snake.txtandelongation.txtfiles in thedatadirectory (an example exists). - Compile and run the
Snakeclass.
javac -d out src/Snake.java
java -cp out Snake
License
Contributors
RA