MINT#
Modified Intraneuronal Nanoparticle Tracking (MINT) is a Python script used to extract intraneuronal transport parameters from the trajectories of optically active nanoparticles.
It relies on trackpy to extract trajectories from videos, from which transport parameters are then calculated and statistically tested.
Its purpose is to automate analysis to the point where a folder of raw video files can be turned into graphs and p-values.
It can reasonably be applied to videos of fluorophore-labelled organelles, or any object that can be tracked with trackpy.
Table of Contents
Quickstart#
$ git clone https://github.com/biophotlumin/mint.git
$ cd mint
$ pip install .
Check the installation instructions for more details.
You can run MINT with :
$ mint -f <input_folder> -p <path/to/file> -l -e -s
-f, --folderPath to raw data folder.
-p, --paramsPath to config file (YAML or JSON).
-l, --locateRun tracking.
-e, --extractExtract transport parameters from trajectories.
-s, --statsRun statistical analysis.