requireAnnotation(oligoClasses)
requireAnnotation()所属R语言包:oligoClasses
Helper function to load packages.
辅助函数来加载包。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function checkes the existence of a given package and loads it if available. If the package is not available, the function checks its availability on BioConductor, downloads it and installs it.
这的功能checkes存在一个给定的包,并加载它(如果可用)。如果包是不可用的,功能上BioConductor检查其可用性,下载并安装它。
用法----------Usage----------
requireAnnotation(pkgname, lib=.libPaths()[1], verbose = TRUE)
参数----------Arguments----------
参数:pkgname
character. Package name (usually an annotation package).
字符。包的名称(通常是一个注解包)。
参数:lib
character. Path where to install packages at.
字符。路径安装包。
参数:verbose
logical. Verbosity flag.
逻辑。冗长的标志。
值----------Value----------
Logical: TRUE if package is available or FALSE if package unavailable for download.
逻辑:TRUE,如果包是可用或FALSE如果无法下载软件包。
作者(S)----------Author(s)----------
Benilton Carvalho
参见----------See Also----------
install.packages
install.packages
举例----------Examples----------
## Not run: [#无法运行:]
requirePackage("pd.mapping50k.xba240")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|