theislab / chemCPA

Code for "Predicting Cellular Responses to Novel Drug Perturbations at a Single-Cell Resolution", NeurIPS 2022.
https://arxiv.org/abs/2204.13545
MIT License
88 stars 23 forks source link

EXP: Clustering of low-dim drug embeddings (after drug embedder transformation) `drug_emb_ld_clustering` #80

Closed siboehm closed 2 years ago

siboehm commented 2 years ago

Idea:

Observing how the transformed drug embeddings cluster, and comparing the clustering to Vanilla, to the clustering of Trapnell gene expressions (supp figure in Sciplex paper), to the clustering of untransformed drug embeddings, to the clustering of pretrained-then-finetuned models.

Which precise plots we'll include in the paper is unclear. Overall the goal is to give credence to the claim that the chemical embeddings are meaningful and contribute to lowering the CCPA loss.

Tasks

Currently we're only planning to perform this experiment for Trapnell, as we don't have information about the drug pathways for LINCS.

MxMstrmn commented 2 years ago

Happy to help here :)

MxMstrmn commented 2 years ago

Made it to the paper.