Combine a sample that is run in two lanes by the Seurat objects
1
0
Entering edit mode
3.1 years ago

I have the scRNA data (matrix, features, and barcodes) of a sample run into two lanes L1 and L2:

sample_L1

sample_L2

I created two Seurat objects with Read10X() and CreateSeuratObject() because I had 2 separate matrices, features, and barcodes. Do I just have to use the merge() function to make one final Seurat object if I want one? Also, I filtered each object separately and then merged them. Not sure if that is the correct way of doing it.

Any help would be appreciated.

RNA-Seq R rna-seq scRNA-seq seurat • 1.3k views
ADD COMMENT
0
Entering edit mode
3.1 years ago

As a general note, you can merge the fastq files from different lanes before analysis, and some software such as cell ranger can handle multiple fastq files per sample automatically.

For your data you can just merge the seurat objects, and then make a column in the metadata with the new factor levels. Also, the same filtering parameters should be applied to each lane, or you can do the filtering after merging instead.

ADD COMMENT
0
Entering edit mode

Thank you Robert for your answer. About "then make a column in the metadata with the new factor levels", do you mean I make factor levels 'L1' and 'L2'?

ADD REPLY

Login before adding your answer.

Traffic: 2272 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