其他分享
首页 > 其他分享> > Bioconductor镜像的使用方法

Bioconductor镜像的使用方法

作者:互联网

安装环境:R-3.5.3
source(“http://bioconductor.org/biocLite.R”)
#指定一个离你最近的国内镜像
options(BioC_mirror=“http://mirrors.ustc.edu.cn/bioc/”)
biocLite(“Bioconductor”)
在这里插入图片描述

选择一个生信包进行安装

标签:http,biocLite,安装,Bioconductor,镜像,信包,方法
来源: https://blog.51cto.com/u_15264819/2887658