HectorRDB / condiments

Trajectory inference across multiple conditions with condiments: differential topology, progression, differentiation, and expression
https://hectorrdb.github.io/condiments/
Other
16 stars 1 forks source link

Using condiments on ctrl treatment data from two time points #25

Closed Rohit-Satyam closed 7 months ago

Rohit-Satyam commented 11 months ago

Hi

I have single cell data from two time points T1 and T2. Each time point contains control and treatment sample. We perform integration with Seurat using a single cell atlas as reference and then remove the reference atlast data once we obtain UMAP. Then we use UMAp to run slingshot to get primary trajectory. I came across a tutorial of your paper and I wish to use condiments package. Would u suggest running condiments together on T1 and T2 or should I separate them into two singlecellexperiment object and then run condiment on them? How can I give condiment information about my experimental time points? Also should I club controls from both time points as a single "control" and vice versa for treatment to calculate imbalance scores?

HectorRDB commented 10 months ago

Hi, I would generally recommand merging time points T1 and T2, as you are more likely to compare the full trajectory this way. Batch effect can be addressed in your reduced dimensionality method.

You should thus use control from two time points, and some for tttt.

If the batch effects are too strong, you can do the following, after updating to use the latest version of condiments:

HectorRDB commented 7 months ago

Closed because of inactivity.