搜索
您的当前位置:首页正文

如何安装R,Rstudio和R package

来源:二三娱乐
  • R: You can find easy-to-use installers at
  • RStudio: You can find easy-to-use installers at
  • R packages: To install these packages, type in these commands in R:
R package Command
Bioconductor source("https://bioconductor.org/biocLite.R")biocLite()
CAGEr biocLite("CAGEr")
BSgenome Hsapiens UCSC hg38 biocLite("BSgenome.Hsapiens.UCSC.hg38")
Heatmaps biocLite("heatmaps")
GenomicRanges biocLite("GenomicRanges")
IRanges biocLite("IRanges")
Biostrings biocLite("Biostrings”)
Biobase biocLite("Biobase”)
RTopper biocLite("RTopper")
GSEABase biocLite("GSEABase")
org.Hs.eg.db biocLite("org.Hs.eg.db”)
KEGG.db biocLite("KEGG.db")
RColorBrewer biocLite("RColorBrewer")
gplots biocLite("gplots")
Top