cdfFromBioC(affy)
cdfFromBioC()所属R语言包:affy
Functions to obtain CDF files
函数来获取CDF文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A set of functions to obtain CDF files from various locations.
一组函数来获取CDF文件,从不同的地点。
用法----------Usage----------
cdfFromBioC(cdfname, lib = .libPaths()[1], verbose = TRUE)
cdfFromLibPath(cdfname, lib = NULL, verbose=TRUE)
cdfFromEnvironment(cdfname, where, verbose=TRUE)
参数----------Arguments----------
参数:cdfname
name of the CDF.
民防部队的名称。
参数:lib
install directory for the CDF package.
为CDF包的安装目录。
参数:where
environment to search.
搜索环境。
参数:verbose
logical controlling extra output.
逻辑控制的额外输出。
Details
详情----------Details----------
These functions all take a requested CDF environment name and will attempt to locate that environment in the appropriate location (a package's data directory, as a CDF package in the .libPaths(), from a loaded environment or on the Bioconductor website. If the environment can not be found, it will return a list of the methods tried that failed.
如果环境中,这些功能都需要1要求的民防环境的名称和将会尝试,以找到适当的位置(包的数据目录1“。libPaths()民防包从1加载的环境或在Bioconductor的网站上,该环境。无法找到,它会返回一个列表的方法,尝试失败。
值----------Value----------
The CDF environment or a list detailing the failed locations.
CDF的环境或一个列表,详细说明失败的位置。
作者(S)----------Author(s)----------
Jeff Gentry
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|