Particle tracking

Description

The workflow consists of firstly identifying spot (which can be also gravity center of cells identified by another method), and then secondly compute trajectories by linking these spots by global optimisation with a cost function. This method is part of the methods evaluated in Chanouard et al (2014) as "method 9" and is described in detail in its supplementary PDF (page 65).

Dependencies

Following plugins are required.

  1. JAR to be placed under IJ plugin directory
  2. A pdf file with instructions and output description is also available in the zip .
  3. MTrackJ : Used for visualization of tracks. Preinstalled in Fiji.
  4. Imagescience.jar: This library is used by MTrackJ. Use update site to install this plugin.
  5. jama.jar. Preinstalled in Fiji.

##Advantages:

  • support blinking (with a parameters allowing it or not)
  • fast,
  • can be used in batch, some analysis results provided.
  • No dynamic model.
  • The tracking part is not dependent of ImageJ.

Pitfalls:

  • does not support division
  • the optimization algorithm used is a simulated annealing, so results can be slightly different between two runs.
  • No Dynamic model (so less good results but can be used for a first study of the kind of movements)

##The sample data

The parameters used for this example data Beads, were

  1. detection: 150
  2. the max distance in pixels: 20
  3. max allowed disappearance in frame: 1
Description

The quantification is explained in detail in chapter 8 "Cell Polarity - Focal Adhesion and Actin Dynamics in Migrating Cells" in "Bioimage Data Analysis Book" downloadable from here.

For codes and sample images, download the zipped archive (linked under "Download").

has function
Description

u-track is a multiple-particle tracking Matlab software that is designed to (1) track dense particle fields, (2) close gaps in particle trajectories resulting from detection failure, and (3) capture particle merging and splitting events resulting from occlusion or genuine aggregation and dissociation events. Its core is based on formulating correspondence problems as linear assignment problems and searching for a globally optimal solution.

Data can be read using bio-format and interfaced with OMero data base.

It comes as a standalone software, but can be used as a library, which is according to the authors the most widely used version of it.

  • Version 2.2 adds parallel processing functionality for multi-movie datasets when using the GUI.
  • Version 2.1 enables the analysis of movies stored on an OMERO server
  • Version 2.0 includes two new tracking applications: microtubule plus-end tracking (previously distributed as plusTipTracker) and nuclei tracking
  • A third optional processing step has been added to the analysis workflow, track analysis, with two methods: motion analysis and microtubule plus-end classification

For more information, please see Jaqaman et al., Nature Methods 5, pp. 695-702 (2008). Besides basic particle tracking, the software supports the features described in Applegate et al. J. Struct. Biol. 176(2):168-84. 2011 for tracking microtubule plus end markers; and in Ng et al. J. Cell Biol. 199(3):545-63. 2012 for tracking fluorescently-labeled cell nuclei.

 

Description

Easy-to-use, computationally efficient, two- and three-dimensional, feature point-tracking tool for the automated detection and analysis of particle trajectories as recorded by video imaging in cell biology. 


The tracking process requires no apriori mathematical modelling of the motion, it is self-initialising, it discriminates spurious detections, and it can handle temporary occlusion as well as particle appearance and disappearance from the image region. 


The plugin is well suited for video imaging in cell biology relying on low-intensity fluorescence microscopy. It allows the user to visualize and analyze the detected particles and found trajectories in various ways:

  • Preview and save detected particles for separate analysis
  • Global non progressive view on all trajectories
  • Focused progressive view on individually selected trajectory
  • Focused progressive view on trajectories in an area of interest

It also allows the user to find trajectories from uploaded particles position and information text files and then to plot particles parameters vs. time - along a trajectory

Description

A set of classes and functions which can be used by plugins performing spot detection and spot tracking.

need a thumbnail