alecheckert / saspt

State arrays for single particle tracking

Repository from Github https://github.comalecheckert/sasptRepository from Github https://github.comalecheckert/saspt

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 .

About

State arrays for single particle tracking

License:MIT License


Languages

Language:Python 100.0%