Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cenfind

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cenfind

Score cells for centrioles in IF data

  • 0.15.2
  • PyPI
  • Socket score

Maintainers
2

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc