Retrieve assay data from eSets and ExpressionSets.
检索检测从eSets和ExpressionSets。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function accesses assay data stored in an object derived from the eSet or ExpressionSet class.
这个泛型函数访问eSet或ExpressionSet类派生的对象存储的检测数据。
用法----------Usage----------
assayData(object)
assayData(object) <- value
参数----------Arguments----------
参数:object
Object derived from class eSet
ESET从类派生的对象
参数:value
Named list or environment containing one or more matrices with identical dimensions
命名列表或环境包含具有相同尺寸的一个或多个矩阵
值----------Value----------
assayData applied to eSet-derived classes returns a list or environment; applied to ExpressionSet, the method returns an environment. See the class documentation for specific details.
assayDataeSet派生类返回一个列表或环境;应用于ExpressionSet,该方法返回一个环境。具体细节,请参阅类的文档。