User Tools

Site Tools


documents:101021cbbpractical

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
documents:101021cbbpractical [2010/10/25 13:39] kotadocuments:101021cbbpractical [2010/10/26 12:04] kota
Line 26: Line 26:
  
   - Manual Tracking (Manual_Tracking.class)   - Manual Tracking (Manual_Tracking.class)
 +    * bundled in Fiji
     * http://rsbweb.nih.gov/ij/plugins/track/track.html     * http://rsbweb.nih.gov/ij/plugins/track/track.html
   - Particle Tracking (ParticleTracker.jar)   - Particle Tracking (ParticleTracker.jar)
Line 44: Line 45:
  
 Our aim is to plot a histogram of movement orientation, and test whether there is bias in the movement. Compare three tools, and find the best way to analyze the microtubule orientation. Our aim is to plot a histogram of movement orientation, and test whether there is bias in the movement. Compare three tools, and find the best way to analyze the microtubule orientation.
 +
 +=== Circular Statistics ===
 +
 +Conversion of Cartesian Coordinates to Polar Coordinates
 +  * R Package: fisheyeR
 +  * http://finzi.psych.upenn.edu/R/library/fisheyeR/html/toCartesian.html
 +  * function toPolar(x, y)
 +  * see maybe also 
 +    * http://en.wikipedia.org/wiki/Polar_coordinate_system 
 +
 +von Mises likelihood estimates
 +  * see http://en.wikipedia.org/wiki/Von_Mises_distribution
 +  * R Package: CircStats
 +  * http://finzi.psych.upenn.edu/R/library/CircStats/html/vm.ml.html
 +  * vm.ml(...)
 +  * mu (mean), kappa (concentration parameter) is returned. 
 +  
 +  * R Package: circular (more parameters)
 +  * http://finzi.psych.upenn.edu/R/library/circular/html/mle.vonmises.html
 +  * function mle.vonmises(...)
 +  * Maximum likelihood estimate of concentration parameter (kappa) is a good indicator of bias in directionality. 
 +
 +Data Plotting
 +  * R Package: CircStats
 +  * http://finzi.psych.upenn.edu/R/library/CircStats/html/00Index.html
 +
 +
 +
 +
 +
documents/101021cbbpractical.txt · Last modified: 2016/05/24 12:46 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki