Skip to content

WayScience/coSMicQC

Single cell Morphology Quality Control

PyPI - Version Build Status Coverage Status Ruff Poetry

🌠 Navigate the cosmos of single-cell morphology with confidence — coSMicQC keeps your data on course!

coSMicQC is a Python package to evaluate converted single-cell morphology outputs from CytoTable.

It can be challenging to get "perfect" single-cell compartment segmentation across large high-throughput screens when performing object detection in CellProfiler (or similar software). Technical artifacts can arise during segmentation, leading to issues such as under-segmentation, over-segmentation, or the erroneous segmentation of background noise, smudges, or bright artifacts.

In single-cell analysis, intriguing phenotypes often emerge by examining morphological differences. However, technical outliers in the data can obscure these biological insights, compromising the validity of the findings.

By utilizing specific morphological features extracted with CellProfiler, particularly AreaShape features, you can identify technically incorrect segmentations. These can then be labeled or removed before further preprocessing steps, such as those performed with pycytominer.

Installation

Install coSMicQC from PyPI or from source:

# install from pypi
pip install coSMicQC

# install directly from source
pip install git+https://github.com/WayScience/coSMicQC.git

Contributing, Development, and Testing

Please see our contributing documentation for more details on contributions, development, and testing.

References