[参考链接] (https://github.com/satijalab/seurat/issues/1048)
library(Seurat)
library(ggplot2)
pbmc<-readRDS(pbmc3k.rds)
p<-DoHeatmap(pbmc)+scale_fill_gradientn(colors = c("blue", "white", "red"))
[参考链接] (https://github.com/satijalab/seurat/issues/1048)
library(Seurat)
library(ggplot2)
pbmc<-readRDS(pbmc3k.rds)
p<-DoHeatmap(pbmc)+scale_fill_gradientn(colors = c("blue", "white", "red"))
本文标题:DoHeatmap 调整热图颜色
本文链接:https://www.haomeiwen.com/subject/etfunktx.html
网友评论