rstudio中怎么安装gplots

Python012

rstudio中怎么安装gplots,第1张

R安装命令1

source(“https://bioconductor.org/biocLite.R“)

biocLite(“Seurat”)

R安装命令2

library(devtools)

install_github(“epurdom???/包名”)

R 安装命令3

install.packages(“包名”)

R 安装命令4 批量安装

install.packages(c(“包名”, “包名”, “Hmisc”, “reshape”, “gplots”

seurat解决方法

尝试bioclite安装 提示错误gcc版本不对

module load gcc/5.4.0

这个叫heatmap. library(gplots)里有个函数叫heatmap.2专门画这种图。 但你这张不是标准的heatmap,要调整边框大小单元大小,不对行和列作聚类分析,颜色也得改。