scRNAtoolVis
scRNAtoolVis copied to clipboard
set the color seed in AverageHeatmap
Hi, I have one question: how to set the color seed of AverageHeatmap to ggplot2 default color? Thanks so much. I think it is a very nice tool for some functions on scRNA-seq.
Re-insatall this package:
library("scales")
mycol <- hue_pal()(9)
# plot
AverageHeatmap(object = pbmc,
markerGene = markers$gene,
annoCol = TRUE,
myanCol = mycol)
Thank you so much for your kind reply:)!!!
不好意思,我还有一个问题,为什么我试运行你的代码,有下面这个bug??
It seems there is no such error in my computer.
Try it on your local computer instead of server.
family comes liao