【问题标题】:Install Bioconductor Packages in R 4.0.0在 R 4.0.0 中安装 Bioconductor 包
【发布时间】:2020-09-08 07:36:45
【问题描述】:

我需要来自 Bioconductor-Library 的软件包。所以我安装了 BiocManager-Package。但是我无法通过

安装包
BiocManager::repositories()

只有消息:

in file(con r ) internetopenurl failed 'a connection with the server could not be established'

不过,如前所述,我可以将 CRAN 中的软件包安装为 BiocManager。还有另一种安装 Bioconductor-Packages 的方法吗?也许将此存储库放入首选项中,但使用哪个 URL?

【问题讨论】:

    标签: r bioconductor


    【解决方案1】:

    访问任何包装的 BioConductor 网页并按照说明进行操作。例如。对于BioBase

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

    【讨论】:

      猜你喜欢
      • 2017-02-01
      • 2016-01-18
      • 1970-01-01
      • 2017-11-30
      • 1970-01-01
      • 2020-09-15
      • 1970-01-01
      • 2018-07-21
      • 2015-06-07
      相关资源
      最近更新 更多