Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 4.01 KB

README.md

File metadata and controls

88 lines (63 loc) · 4.01 KB

GRIDLib

PyPI - Version PyPI - Python Version Tests Codecov Read the Docs PyPI - License

Black pre-commit Contributor Covenant

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.

Features

  • 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.

Quickstart

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.

References

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}
}

Credits

This package was created with Cookiecutter and the fedejaure/cookiecutter-modern-pypackage project template.