returns and annotated data matrix from an ExpressionSet
回报和注释从ExpressionSet数据矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Takes an ExpressionSet and returns a data martix of feature annotation to the left and hyb specific expression/flag data to the right
需要一个ExpressionSet和返回的功能注释的数据martix左侧和HYB特异性表达/标志数据的权利
用法----------Usage----------
returnAnnotatedDataMatrix(eset, dataElement)
参数----------Arguments----------
参数:eset
ExpressionSet containing the matrix and annotation to output
ExpressionSet包含输出矩阵和注释
参数: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: [#无法运行:]
returnAnnotatedDataMatrix(normedEset,"exprs")
## End(Not run)[#结束(不运行)]