Entering edit mode
3.4 years ago
Maria17
▴
40
Hi All,
I'm working on single-cell RNA seq data with the Seurat package. I want to check the expression of some genes in some of the cell types with a heat map. currently, this code shows all of the cell types :
`dittoHeatmap(Seurat.integrated, genes,
annot.by = c("PatientID", "CellType"))`
how can I show the expression of genes just in some of my cell types in heatmap?
Any recommendations or solutions would be appreciated.
Thanks
Maria
thank you. when subset by cell type name it greps cell type(T-cells) in all clusters but I have 5 clusters which I assigned to T cell. I want to extract these five clusters and check the gene expression.
You can also subset by multiple clusters by combining their names as characters to a vector, eg.: