This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Common Gene Expression Pattern From Matrix

I am using Seurat for my single cell RNA-seq dataset and I subset it to get a dataset of 80 cells vs 20 000 genes. Now I need to find genes that are expressed similarly across all of the 80 cells, similar patterns of expression. Can I do it with Seurat? What other software could I use for that and how?

rna-seq r

1 answer

Ultimately I decided to subdivide the dataset into certain groups, and use FindMarkers function to do DE:

https://satijalab.org/seurat/de_vignette.html

Log in to answer this question.