Retrieve expression data from eSets.
检索从eSets表达数据。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These generic functions access the expression and error measurements of assay data stored in an object derived from the eSet-class.
这些通用功能的访问在eSet-class派生的对象存储的检测数据的表达和错误测量。
用法----------Usage----------
exprs(object)
exprs(object) <- value
se.exprs(object)
se.exprs(object) <- value
参数----------Arguments----------
参数:object
Object derived from class eSet.
Object派生类eSet。
参数:value
Matrix with rows representing features and columns samples.
矩阵的行代表的功能和列样品。
值----------Value----------
exprs returns a (usually large!) matrix of expression values; se.exprs returns the corresponding matrix of standard errors, when available.
exprs返回一个表达式的值(通常是大的!)矩阵;se.exprs返回时,可用相应的标准误差矩阵。