Finding DEGs of cell type comprising of more than one clusters
1
0
Entering edit mode
12 weeks ago

When one cluster represents one cell type we can use FindAllMarkers and find the DEGs of one CLUSTER in comparison to rest of the CLUSTERS and then annotate the cell type to each cluster based on canonical cell type markers and can cell that the DEGs are deferentially expressed in different clusters. But what to do when more than one cluster represents one cell type? How to find the deferentially expressed genes in one CELL TYPE (comprised of more than one cluster) in comparison to rest of the CELL TYPES? For example cluster 1,3,7 represent osteoblasts cells, then how to find the DEGs of osteoblasts in my dataset in comparison to rest of the cell types?

DEG FindAllMarkers scRNA-seq single-cell • 390 views
ADD COMMENT
1
Entering edit mode

You can just create a new column in your meta data table and aggreate your clusters of interest into one level (leaving the rest), and then perform DE within this new column as you described in your first sentence.

ADD REPLY
1
Entering edit mode
12 weeks ago
Alex Gibbs ▴ 90

In theory, if your 3 clusters represent the same cell type. Then running FindAllMarkers using the 'seurat_clusters' as idents should show enrichment of expected genes for all 3 cluster DEGs. I would reccommend using featureplots to observe expression of known cell type markers in conjunction with the DEG analyses.

ADD COMMENT

Login before adding your answer.

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