gitter-colony¶
gitter-colony is a Python 3.13 rewrite of the original R gitter package for
quantification of pinned microbial colonies from plate images.
Start Here¶
- Install the package: Installation
- Run one image end-to-end in Python: Quick Start
- Learn the core functions: Python API
What You Can Do¶
- Quantify colony sizes from a single image (
gitter) - Split multi-plate images explicitly with
PlateSplitter - Run batch quantification (
gitter_batch) - Read/write CSV results (
read_results_csv,write_results_csv) - Plot heatmap and bubble summaries (
plot_results) - Validate biological agreement against original R output (static + live Docker tests)
Links¶
- GitHub: https://github.com/CyberStefNef/gitter-colony
- PyPI: https://pypi.org/project/gitter-colony/
- Docs: https://cyberstefnef.github.io/gitter-colony/
- Original R project: https://omarwagih.github.io/gitter/