Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

matlab script to trace fluorescent particles in kymograph

License

Notifications You must be signed in to change notification settings

elifesciences-publications/kymo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This code is associated with the paper from Volkov et al., "Multivalency of NDC80 in the outer kinetochore is essential to track shortening microtubules and generate forces". eLife, 2018. http://dx.doi.org/10.7554/eLife.36764

kymo

matlab script to trace fluorescent particles in kymograph

  1. load a kymograph in tiff format
  2. select your region of interest by clicking on its top left and bottom right corners in your image
  3. select the background region with two clicks
  4. select the start region of your trace with two clicks (determines the initial values for position and height of the peak). the script fits a gaussian to each line of a kymograph, then displays intensity (area under the gaussian) and position (peak of the gaussian) as a function of time (line number * frame rate).
  5. check if your fitting is adequte, if yes press "save" to store the results.

run the script specifying the path - 'path', filename (no extension) - 'file', fluorescent channel of your particle of choice for multichannel kymos (for single channel leave '1') - 'dim', timestep of your acquisition (seconds per frame, or seconds per line of the kymograph - 'timestep', pixel dimensions in micrometers - 'pix'

kymo('path','example',2,1,0.16);

works only on single particles.

About

matlab script to trace fluorescent particles in kymograph

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%