import.data(AffyExpress)
import.data()所属R语言包:AffyExpress
Importing Affy Cel File
导入Affy CEL文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function imports cel files and create an 'AffyBatch' based on the imported cel
此功能导入CEL文件,并创建一个AffyBatch基于进口CEL
用法----------Usage----------
import.data(phenotype.file, path=getwd(), ...)
参数----------Arguments----------
参数:phenotype.file
the name of the phenotype file - text file
表型文件的名称 - 文本文件
参数:path
the name of the directory storing phenotype.file and the cel files, the default value is the current working directory
目录存储phenotype.file CEL文件的名称,默认值是当前的工作目录
参数:...
Refers to "read.AnnotatedDataFrame" (Biobase)
指“read.AnnotatedDataFrame”(BIOBASE)
值----------Value----------
an 'AffyBatch'
AffyBatch“
作者(S)----------Author(s)----------
Xiwei Wu <a href="mailto:xwu@coh.org">xwu@coh.org</a>, Xuejun Arthur Li <a href="mailto:xueli@coh.org">xueli@coh.org</a>
举例----------Examples----------
## Not run: [#无法运行:]
datadir <- system.file("extdata", package = "estrogen")
raw <- import.data("phenodata.txt", path=datadir, header=TRUE, sep="",
row.names="filename")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|