Convenience functions to return package names associated with Bioconductor publications.
便利的函数返回Bioconductor出版物相关的包名。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns character vectors of packages associated with Bioconductor publications, which can then be passed to biocLite()
返回的包的特征向量Bioconductor出版物然后可以传递biocLite()的的
biocinstallRepos returns the Bioconductor and CRAN repositories used by biocLite.
biocinstallRepos返回的的Bioconductor和CRAN的biocLite使用库。
install.packages installs the packages themselves.
install.packages安装包本身。
chooseBioCmirror lets you choose from a list of all public Bioconductor mirror URLs.
chooseBioCmirror让你选择从所有公共Bioconductor镜网址列表。
chooseCRANmirror lets you choose from a list of all public CRAN mirror URLs.
chooseCRANmirror让你选择从CRAN的所有公共镜网址列表。
举例----------Examples----------
## Get the names of packages used in the book[#获取在本书中使用的包名。]
## "Bioconductor Case Studies":[#“Bioconductor案例研究”:]
biocases_group()
## Get the names of packages used in the book[#获取在本书中使用的包名。]
## "R Programming for Bioinformatics":[#“R编程的生物信息学”:]
RBioinf_group()
## Get the names of packages used in the monograph[#获取包的专着中使用的名称。]
## "Bioinformatics and Computational Biology Solutions[“生物信息学和计算生物学解决方案]
## Using R and Bioconductor":[#使用R和Bioconductor“:]
monograph_group()
## Get the names of all Bioconductor software packages[#获取所有Bioconductor软件包的名称。]
all_group()