Views
No views yet
cp-dino-300: Cell-Painting DINO model trained on MoA - 300 datasetcp-dino-1640: Cell-Painting DINO model trained on Druggable Genome - 1640 datasetfrom cp_posh.ssl.inference import get_model_cp_dino
# Load the CP-DINO 300 model
cpdino_300 = get_model_cp_dino(model_name="cp-dino-300")
# Load the CP-DINO 1640 model
cpdino_1640 = get_model_cp_dino(model_name="cp-dino-1640")@article{sivanandan2023pooled,
title={A pooled cell painting CRISPR screening platform enables de novo inference of gene function by self-supervised deep learning},
author={Sivanandan, Srinivasan and Leitmann, Bobby and Lubeck, Eric and Sultan, Mohammad Muneeb and Stanitsas, Panagiotis and Ranu, Navpreet and Ewer, Alexis and Mancuso, Jordan E and Phillips, Zachary F and Kim, Albert and others},
journal={bioRxiv},
pages={2023--08},
year={2023},
publisher={Cold Spring Harbor Laboratory}
}