Estimated Number of Cells in 10X vs Cells in Seurat
0
0
Entering edit mode
3.7 years ago
Payal ▴ 160

Hi,

Why the "Estimated Number of Cells" and when I do dim(seurat_object) have different number of cells?

10X defines "Estimated Number of Cells" as "The number of barcodes associated with cell-containing partitions, estimated from the barcode UMI count distribution."

Eg:My sample in 10X summary report says "Estimated Number of Cells" is 8,388. However when I load the object in Seurat and do dim(seurat_object), I get 53847 cells.

What am I missing?

Thanks, Payal

R Single-cell sequencing • 2.3k views
ADD COMMENT
0
Entering edit mode

Ok...show us how exactly you are loading your data into Seurat.

ADD REPLY
0
Entering edit mode

I did this:

sample1 <- Read10X("~/../outs/raw_feature_bc_matrix")

sample1_seurat <- CreateSeuratObject(counts = sample1, 
                                    min.cells = 3, 
                                    min.features = 200, 
                                    project = "sample1")

This should reduce the number of cells and genes instead the numbers don't seem to match

ADD REPLY
1
Entering edit mode

What happens if you use filtered instead of raw?

ADD REPLY
0
Entering edit mode

Thanks a ton! Yes "filtered_feature_bc_matrix" makes sense and the numbers match.

ADD REPLY

Login before adding your answer.

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