- 这个是用来处理微生物组的包,然后安装时发现报错!
- 用以下方法可以有效解决
install.packages('devtools')
library(devtools)
install_github("tvatanen/microbiomics", host = "api.github.com")
这样就解决了!
image.png- 安装phyloseq:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("phyloseq")
参考:
https://microbiome.github.io/tutorials/
网友评论