RStudio
中使用BiocManager
安装包
install.packages("BiocManager")
install.packages("ggplot2")
安装对应版本的
Rtools
安装完成后,使用命令安装
KEGGREST
以及所需要的相关包
BiocManager::install("KEGGREST")
BiocManager::install("fmcsR")
devtools::install_git("https://github.com/cran/RbioRXN.git")
包加载
library(KEGGREST)
library(RbioRXN)
查看KEGG数据库包含的数据
listDatabases()