https://github.com/cnpem/cellviability

Cell viability in microscopy images.

https://github.com/cnpem/cellviability

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Cell viability in microscopy images.

Basic Info
  • Host: GitHub
  • Owner: cnpem
  • Language: HTML
  • Default Branch: main
  • Size: 23.2 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 9
  • Releases: 0
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

Cell Viability Assay

This repository contains the source code for analyzing cell viability assays using high-content screening (HCS) images. The pipeline includes image processing and data mining for quantitative analysis of the number of cells in each image.

Images

The images were generated from a phenotypic assay of VERO CCL81 cells provided by Dr. Rafael E. Marques (LNBio), which were infected with the Mayaro virus and treated with the vehicle DMSO, alongside non-infected controls. The cells were stained with the fluorophore Hoechst 33342, a DNA marker, and the images were acquired using the Operetta microscope (10x magnification).

Analysis

The images were processed using open-source tools, such as CellProfiler, for image processing analysis, and then data mined in Python for quantitative analysis. The custom CellProfiler pipeline included pre-processing, segmentation of nuclei, and calculation of metrics (number of cells).

To run the pipeline, follow the instructions below:

  1. Install CellProfiler and the required plugins.

  2. Run the pipeline and data mining using the run.sh script:

```bash

Running on HPC marvin machine

sbatch run.sh -m marvin ```

or

```bash

Running on local machine

bash run.sh -m local -p /path/to/CellProfiler-plugins/active_plugins ```

The output files will be saved in the results directory and will include the following files:

bash results/ ├── summary.csv # Summary of the number of cells per well ├── Experiment.csv # Raw data of the number of cells per image (CellProfiler output) ├── Nuclei.csv # Raw data of the segmented nuclei per image (CellProfiler output) ├── Image.csv # Raw information per image (CellProfiler output) └── plate_map/ └── number_of_cells.html # Interactive visualization of the number of cells per well

Benchmarking

The results obtained using the cell viability protocols developed with the open-source software CellProfiler were benchmarked against the reference protocol applied in the proprietary high-content image analysis software, Columbus.

To reproduce the benchmarking analysis, run the jupyter notebook:

bash jupyter notebook

Then, open the notebook Cell Viability Analysis - Comparing CellProfiler and Columbus.ipynb in the benchmarking directory. Follow the instructions in the notebook to compare the results obtained using CellProfiler and Columbus.

Authors

License

This software is licensed under the terms of the GNU General Public License version 3 (GPL3) and is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Owner

  • Name: Brazilian Center for Research in Energy and Materials (CNPEM)
  • Login: cnpem
  • Kind: organization
  • Location: Brazil

GitHub Events

Total
  • Issues event: 11
  • Issue comment event: 1
  • Push event: 6
  • Public event: 1
  • Create event: 1
Last Year
  • Issues event: 11
  • Issue comment event: 1
  • Push event: 6
  • Public event: 1
  • Create event: 1

Dependencies

requirements.txt pypi
  • pandas >=2.0.3
  • plotly >=5.24.1
  • statsmodels >=0.14.1