Entering edit mode
4.5 years ago
mvis1231
▴
140
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!
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?