How to merge multiple single cell sequencing data after processing by CellRanger software
1
0
Entering edit mode
4.7 years ago

Hi everyone, I have some questions about single cell RNA-seq analysis. I just got the output data after processing using cellranger for several patient samples, and then want to go ahead using Seurat package in R studio. But how to merge all the patient data, should I merge all the Seurat objects from each patient into one Seurat object? And how to merge that? Thanks!!!

Chen

RNA-Seq • 8.2k views
ADD COMMENT
0
Entering edit mode

Data can be aggregated using cellranger aggr see this page.

ADD REPLY
0
Entering edit mode

Thanks a lot for your suggestion. I'm also wondering is it possible aggregating all the data in Seurat, just saw other people using following code to merge multiple datasets and then run CCA :

sce.comb <- RunMultiCCA(list(sce1,sce2,sce3,sce4), 
                       add.cell.ids=c("PBMC_Pre.","PBMC_EarlyD27.","PBMC_RespD376.","PBMC_ARD614."),
                       genes.use = genes.use, 
                       num.cc = 30)

But it seems like so different from aggregating approach in cellranger. So the best way is to merge them in cellranger software? Thanks!

ADD REPLY
3
Entering edit mode

cellranger aggr merges together the data by normalization of reads mapped. running multi-sample CCA looks for correlation structures of gene-gene relationships and uses that to figure out how cells in one sample correlate best with those in another sample. I wouldn't say CCA is the same as a merge. If your aim is to compare samples to one another, CCA is the way to go. If your samples are expected to not have batch effects and be biological replicates or you don't care about the differences between them aggr may be more suitable.

ADD REPLY
0
Entering edit mode
4.3 years ago
Ömer An ▴ 260

I can suggest you to try scRNA-Seq pipeline to analyse your 10x single cell RNA-Seq data using CSI NGS Portal.

You get individual as well as aggregated output files processed by Cell Ranger software.

ADD COMMENT

Login before adding your answer.

Traffic: 3252 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6