https://github.com/alecheckert/saspt
Raw File
Tip revision: 773292fc245c01ceb8e1f7a7e50b475aa003f00c authored by Alec Heckert on 09 January 2022, 01:02:27 UTC
fixed a bug saspt.plot
Tip revision: 773292f
README.md
# saspt

<img src="https://github.com/alecheckert/saspt/blob/main/doc/_static/logo.png" alt="alt text" width="300">

`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](https://saspt.readthedocs.io/en/latest/) for more info. 

To install: `pip install saspt`
back to top