I have done some exploring with Seurat integrated analysis and was wondering how I can incorporate biological replicates. So in a hypothetical experimental design, I would have 2 biological replicates for untreated samples and 2 biological replicates (same platform for everything). How would I go about doing this comparison? Would I first merge the replicates, then compare the groups? I am slightly confused about what situations one would use merge function. Is it similar to cellranger aggr
?
Thank you for taking the time to answer my question. But then what is the purpose of Seurat's merge?
To merge multiple samples into one data object for further analysis.
i guess my question is, will merge do any normalization or removal of batch effects?
And as my answer says, no. It's just throwing all the data in the same object. It is not meant for normalizing for batch effects, but rather for scenarios in which batch effects are not a concern.
got it, i think i didn't see your edit after you initially answered the question. Thank you.