This is a test version of Biostars. For the public version, visit https://www.biostars.org.
scRNA - seq dataset integration

I am currently doing an analysis that involves the integration of multiple scRNA seq samples (13) from different datasets (3). Even though the samples are from the same tissue, the datasets were generated using different sequencing platforms. I have tried integrating it once using the RPCA method in the Seurat workflow, but the resulting clusters were unsatisfactory. Can anyone suggest an appropriate integration workflow and batch correction method for this type of analysis? Thankyou!

seurat seq integration scrna

Provide what you have tried. It must be a pipeline or batch correction error

I performed quality control on each dataset separately, according to its original specifications. After that, I SCTransformed each sample individually, then integrated the samples using the Seurat integration workflow. I used the RPCA method for batch correction. This is the UMAP I got.

After splitting the UMAP on the basis of dataset, it looked something like thisenter image description here

i am not sure if the batch correction and integration was succesfully done or not. The placement of some clusters are not same in the datasets.

The RPCA is conservative and does less correction, optimal for data coming from the same platforms. Try Harmony or scVI, as they can correct for substantial technical differences.

I’d recommend plotting UMAP colored by dataset before and after integration to confirm whether clusters are dataset-driven. If RPCA still shows separation by platform, try CCA or Harmony. Successful correction should result in clusters driven by cell type rather than dataset identity

0 answers

No answers yet.

Log in to answer this question.