Python package to perform GRID analysis on fluorescence survival time distributions. Genuine Rate IDentification (GRID) analysis can be used to infer the dissociation rates of molecules from fluorescence survival time distributions retrieved with single-molecule tracking [1]. This package is based on work and research performed during my Bachelor end project in the Ihor Smal lab under the supervision of Ihor Smal and Maarten W. Paul.
- GitHub repo: https://github.com/boydcpeters/gridlib.git
- Documentation: https://gridlib.readthedocs.io
- Free software: GNU General Public License v3
- Simulate fluorescence survival time distributions with user-defined parameters.
- Perform GRID analysis on fluorescence survival time distributions.
- Plot analysis results with matplotlib.
- Perfrom GRID resampling on fluorescence survival time distributions.
- Plot resampling results with matplotlib.
- Load and save fluorescence survival time distributions and analysis and resampling results.
Install the package:
pip install gridlib
There are a number of example scripts to perform some analyses in the examples
folder with more
extensive explanations provided in the documentation.
The GRID fitting procedure implemented in this package is based on the following paper:
[1] Reisser, M., Hettich, J., Kuhn, T., Popp, A.P., Große-Berkenbusch, A. and Gebhardt, J.C.M. (2020). Inferring quantity and qualities of superimposed reaction rates from single molecule survival time distributions. Scientific Reports, 10(1). doi:10.1038/s41598-020-58634-y.
BibTex entry for the paper:
@article{reisser2020inferring,
title = {Inferring quantity and qualities of superimposed reaction rates from single molecule survival time distributions},
author = {Reisser, Matthias and Hettich, Johannes and Kuhn, Timo and Popp, Achim P and Gro{\ss}e-Berkenbusch, Andreas and Gebhardt, J Christof M},
journal = {Scientific reports},
volume = {10},
number = {1},
pages = {1--13},
year = {2020},
publisher = {Nature Publishing Group}
}
This package was created with Cookiecutter and the fedejaure/cookiecutter-modern-pypackage project template.