Skip to content
/ cenfind Public

CenFind is a pipeline to automatically score centrioles in cells.

License

Notifications You must be signed in to change notification settings

UPGON/cenfind

Repository files navigation

alt text

CenFind

Cenfind is a command line interface written in Python to detect and assign centrioles in immunofluorescence images of human cells. Specifically, it orchestrates the detection of centrioles, the detection of the nuclei and the assignment of the centrioles to the nearest nucleus.

Getting started

  1. Install cenfind from PyPI:
pip install cenfind
  1. You need to download it from https://figshare.com/articles/software/Cenfind_model_weights/21724421
  2. Collect all images in a project folder inside a projections folder (<project_name>/projection/).
  3. Run score with the path to the project, the path to the model, the index of the nuclei channel (usually 0 or 3), the channel to score:
cenfind score /path/to/dataset /path/to/model/ -n 0 -c 1 2 3
  1. Check that the predictions in the folders visualisations/ and statistics/

For more information, please check the documentation (https://cenfind.readthedocs.io).

Citation

We appreciate citations as they help us obtain grant funding and let us discover its application range.

To cite Cenfind in publications, please use:

Bürgy, L., Weigert, M., Hatzopoulos, G. et al. CenFind: a deep-learning pipeline for efficient centriole detection in microscopy datasets. BMC Bioinformatics 24, 120 (2023). https://doi.org/10.1186/s12859-023-05214-2

About

CenFind is a pipeline to automatically score centrioles in cells.

Resources

License

Stars

Watchers

Forks

Packages

No packages published