alecheckert / saspt

State arrays for single particle tracking
MIT License
9 stars 6 forks source link
bayes diffusion mixtures spt tracking variational

saspt

alt text

saspt is a tool for analyzing single particle tracking (SPT) experiments. It relies on state arrays, a class of variational Bayesian models that identifies diffusing subpopulations in the presence of large measurement error. It is particularly useful for complex samples with many subpopulations with distinct dynamics.

See the Documentation for more info.

See the examples directory for usage examples.

Install

Method 1 (recommended): install from PyPI:

  pip install saspt

Method 2: install from source

  git clone https://github.com/alecheckert/saspt
  cd saspt
  pip install -e .