Replies: 1 comment 1 reply
-
Hello, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I just had a doubt regarding SCTransform and the order in which I should do my analysis.
I have samples from 4 different conditions I want to look at:
My end goal is to look at the DEG between diseased female vs male + non-diseased female vs male.
For this, should I do:
Option 1: QC on individual samples > merge all samples > run SCTransform > Run downstream analysis (such as PCA & Determine dimensionality, clustering etc)
OR
Option 2: QC on individual samples > run SCTransform on individual samples > merge > integrate> Run downstream analysis (such as PCA & Determine dimensionality, clustering etc)
OR
Option 3: QC on individual samples > merge the samples of group (so in total, there would be 4 groups: Non-diseased male, Non-diseased female, Diseased male, Diseased female) > run SCTransform on each group > merge > integrate > Run downstream analysis (such as PCA & Determine dimensionality, clustering etc)
I am so sorry if this is a silly question! But really appreciate the help!
Have a great day!
Beta Was this translation helpful? Give feedback.
All reactions