This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Distribution of cell numbers in Seurat

Dear all,

I have been following this Seurat tutorial: https://satijalab.org/seurat/v3.1/pbmc3k_tutorial.html

When I do quantile(object$nFeature_RNA), I can check the distribution of number of genes detected in each cell. Also, quantile(object$nCount_RNA) gives me the distribution of number of UMI.

But, how can I get the distribution of number of cells in this case?

I have been trying to look at meta data, but I am struggling to get the information. Any idea or hint will be greatly appreciated. Thank you!

scrna-seq seurat r nfeature_rna ncount_rna

Can you elaborate what you mean by "distribution of cells"? The number of cells is the number of columns of the Seurat object.

That's what I was asked, but I am also being confused.. If we calculate the sum of each column (each cell), then the number is nCount_RNA, right?

0 answers

No answers yet.

Log in to answer this question.