createAnnotation(cn.farms)
createAnnotation()所属R语言包:cn.farms
Creation of annotation files
创建注释文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Annotation files for cn.farms are created
创建注释cn.farms文件
用法----------Usage----------
createAnnotation(filenames = NULL, annotation = NULL,
annotDir = NULL, checks = TRUE)
参数----------Arguments----------
参数:filenames
An absolute path of the CEL files to process.
CEL文件的绝对路径的过程。
参数:annotation
Optional parameter stating the annotation from a pd-mapping.
可选参数,说明从PD-映射的注解。
参数:annotDir
Optional parameter stating where the annotation should go.
可选参数,说明其中的注释应该去。
参数:checks
States if sanity checks should be done.
国家是否应做健康检查。
值----------Value----------
NULL
NULL
注意----------Note----------
The annotation files used for cn.farms will be placed in the current work directory under annotations.
为cn.farms注释使用的文件将被放置在当前工作目录下的注解。
作者(S)----------Author(s)----------
Djork-Arne Clevert <a href="mailto kko@clevert.de">okko@clevert.de</a> and Andreas
Mitterecker <a href="mailto:mitterecker@bioinf.jku.at">mitterecker@bioinf.jku.at</a>
举例----------Examples----------
## Not run: [#无法运行:]
library("hapmapsnp6")
celDir <- system.file("celFiles", package = "hapmapsnp6")
filenames <- dir(path = celDir, full.names = TRUE)
createAnnotation(filenames = filenames)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|