Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 776 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 776 Bytes

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 .