p1 <- ggplot(data=heatmap, mapping=aes(x= Sample, y= Gene, fill= Abundance)) + ... palette = "RdYlGn") + theme(text = element_text(size=12), axis.text.x ...
確定! 回上一頁