I am planning to integrate single cell dataset of more than 15 samples with each having 2 conditions using Seurat v3. For this, should I analyze (QC, Clustering etc) each dataset seperately before integrating them?
Can anyone suggest the best method to perform this analysis in Seurat?
Thanks Parvathi.
So in that case, the initial normalization for each sample has to be done using SCTransform. Thank you and sorry for the late reply.
Since my dataset is too large, I am trying the reciprocal PCA for integration. Seurat recommend combining reciprocal PCA with reference-based integration or SCTransform normalization. Will it okay, if I use reciprocal PCA with reference-based integration and SCTransform normalization? My samples are from two conditions. Is it recommended to use the control samples as reference? Or the reference can be any samples?