This pipeline processes microscopy images to single-cell feature matrices. It has found application in our work on phenotypes induced by microRNAs and was developed primarily for high-content (Cell Painting) data in mind.
Features
- Segmentation with Cellpose-2S, which detects single- and multi-nucleated cells
- Image QC feature extraction (thanks to hooks into CellProfiler)
- CellProfiler-like feature extraction
- Adapt the
example_nextflow.configto your needs (see below) - Run the pipeline
nexflow run(possibly with-profileand-coptions to point to your nextflow profiles and configs)
For example, you may wish to use singularity/docker so you do not have to manage dependencies yourself. To do so, make sure you have singularity installed, then use nextflow run -c singularity.
Steps to adapt the config:
- Copy the config to one that nextflow will detect automatically:
cp example_nextflow.config nextflow.config - Edit it using your favorite text editor, e.g.
nano nextflow.config