outputAnnotatedDataMatrix(MiChip)
outputAnnotatedDataMatrix()所属R语言包:MiChip
Outputs a tab delimited file from an ExpressionSet
制表符分隔的文件从ExpressionSet输出
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Takes an ExpressionSet and outputs a tab delimited file containing feature annotation to the left and hyb specific expression/flag data to the right
需要一个ExpressionSet“输出一个制表符分隔的文件,其中包含的功能注释的左侧和HYB的具体表达式/标志数据的权利
用法----------Usage----------
outputAnnotatedDataMatrix(eset, exptname, stage, dataElement)
参数----------Arguments----------
参数:eset
ExpressionSet containing the matrix and annotation to output
ExpressionSet包含输出矩阵和注释
参数:exptname
a string containing the name of the experiment. Used to build file name
一个字符串,包含实验的名称。用来建立文件名
参数:stage
a string containing the stage of the data in the matrix e.g. normalized
一个字符串,在基质中,如含有数据阶段标准化
参数:dataElement
a string containing the name of the data element in the ExpressionSet to be output
输出的ExpressionSet一个字符串,其中包含的数据元素的名称
举例----------Examples----------
#Write out an annotated tab delimited file for the normalized data[写出来的一个规范化的数据注释的制表符分隔的文件]
## Not run: [#无法运行:]
outputAnnotatedDataMatrix(normedEset, "MyMicroArrayExpt","Median_Normalized", "exprs")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|