pdPkgFromBioC(oligoClasses)
pdPkgFromBioC()所属R语言包:oligoClasses
Get packages from BioConductor.
从BioConductor获取包。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function checks if a given package is available on BioConductor and installs it, in case it is.
此功能检查,如果是BioConductor一个给定的包并安装它,万一它是。
用法----------Usage----------
pdPkgFromBioC(pkgname, lib = .libPaths()[1], verbose = TRUE)
参数----------Arguments----------
参数:pkgname
character. Name of the package to be installed.
字符。要安装的软件包的名称。
参数:lib
character. Path where to install the package at.
字符。路径安装包。
参数:verbose
logical. Verbosity flag.
逻辑。冗长的标志。
Details
详情----------Details----------
Internet connection required.
需要因特网连接。
值----------Value----------
Logical: TRUE if package was found, downloaded and installed; FALSE otherwise.
逻辑:包TRUE,如果被发现,下载和安装,否则返回FALSE。
作者(S)----------Author(s)----------
Benilton Carvalho
参见----------See Also----------
download.packages
download.packages
举例----------Examples----------
## Not run: [#无法运行:]
pdPkgFromBioC("pd.mapping50k.xba240")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|