Python package for predicting cell cycle stage from DAPI images
Project description
CellCycleNet
Installation | Enviroment | Example | Citation | Contact
The cell cycle governs the proliferation, differentiation, and regeneration of all eukaryotic cells. Profiling cell cycle dynamics is therefore central to basic and biomedical research spanning development, health, aging, and disease. However, current approaches to cell cycle profiling involve complex interventions that may confound experimental interpretation. To facilitate more efficient cell cycle annotation of microscopy data, we developed CellCycleNet, a machine learning (ML) workflow designed to simplify cell cycle staging with minimal experimenter intervention and cost. CellCycleNet accurately predicts cell cycle phase using only a fluorescent nuclear stain (DAPI) in fixed interphase cells. Using the Fucci2a cell cycle reporter system as ground truth, we collected two benchmarking image datasets and trained two ML models---a support vector machine (SVM) and a deep neural network---to classify nuclei as being in either the G1 or S/G2 phases of the cell cycle. Our results suggest that CellCycleNet outperforms state-of-the-art SVM models on each dataset individually. When trained on two image datasets simultaneously, CellCycleNet achieves the highest classification accuracy, with an improvement in AUROC of 0.08--0.09. The model also demonstrates excellent generalization across different microscopes, achieving an AUROC of 0.95. Overall, using features derived from 3D images, rather than 2D projections of those same images, significantly improves classification performance. We have released our image data, trained models, and software as a community resource.
Installation
Option 1: Install via pip: pip install cellcyclenet
Option 2: Install via conda or build the development conda environment: see documentation
Running the included examples
-
After installation, download
example_data.zipfrom here. -
Try running the included examples on these example files using the included example notebooks:
- Example #1: Predict cell cycle stage from segmented 3D DAPI images
- Example #2: Fine tune pre-trained 3D model with additional training
- Example #3: Predict cell cycle stage from segmented 2D DAPI images
- Example #4: Fine tune pre-trained 2D model with additional training
Contact
In case you have questions, reach out to gangliuw@uw.edu and/or 'eknich@uw.edu'.
Citation
Predicting cell cycle stage from 3D single-cell nuclear-stained images
If you have found our work useful, please consider citing us:
Predicting cell cycle stage from 3D single-cell nuclear-stained images
Gang Li, Eva K. Nichols, Valentino E. Browning, Nicolas J. Longhi, Conor Camplisson, Brian J. Beliveau, William Stafford Noble
bioRxiv 2024.08.30.610553; doi: https://doi.org/10.1101/2024.08.30.610553
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cellcyclenet-0.2.0.tar.gz.
File metadata
- Download URL: cellcyclenet-0.2.0.tar.gz
- Upload date:
- Size: 7.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5f041dd62b92250265a41faec0a4ac153fc373eb7b776571f683389bfd0fcd4
|
|
| MD5 |
1227a684d24e9b7cb197bf905c2e952e
|
|
| BLAKE2b-256 |
34768d1e242b580190c5c3b3d4904be6be3e1653337a678f562c490292e50429
|
File details
Details for the file cellcyclenet-0.2.0-py3-none-any.whl.
File metadata
- Download URL: cellcyclenet-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
136d02a8c2580b341c1ed3a273745f11ab4ba130643982d1c67af22e0aa0af9f
|
|
| MD5 |
e772a1a18816a3e6684f74258bb61a00
|
|
| BLAKE2b-256 |
153686aea08c16cad838720b1fc32f13ecbe6f88bb305c642b07111e0e5d0943
|