MirrorZ Help

Bioconductor 软件仓库镜像使用帮助

选择镜像

Bioconductor 为高通量基因组数据的分析和可视化提供开源工具。Bioconductor 多数软件包采用 R 统计编程语言开发。Bioconductor 每年释出两个版本,并有活跃的用户社区。

使用方法:Bioconductor 镜像源配置文件之一是 .Rprofile(linux 下位于 ~/.Rprofile, Windows 下位于 ~\library\base\R\Rprofile)。

在文末添加如下语句或在R/RStudio终端下键入:

options(BioC_mirror="https://(Loading...)")

即可使用该 Bioconductor 镜像源安装 Bioconductor 软件包。命令如下:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("$package_name")

这个页面的内容有问题?在 GitHub Issue 反馈

想完善这个页面?查看我们的贡献指南在 GitHub 上查看此页的源代码

本页面的全部内容在 CC BY-NC-SA 4.0 协议之条款下提供,附加条款亦可能应用。