Retrieve feature and sample names from eSets.
检索功能和从eSets样本名。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These generic functions access the feature names (typically, gene or SNP identifiers) and sample names stored in an object derived from the eSet-class.
这些通用功能访问的功能名称(通常,基因或SNP标识符)和在eSet-class派生的对象存储的样品名称。
用法----------Usage----------
featureNames(object)
featureNames(object) <- value
sampleNames(object)
sampleNames(object) <- value
参数----------Arguments----------
参数:object
Object, possibly derived from class eSet.
对象,可能是从派生类的eSet。
参数:value
Character vector containing feature or sample names.
字符向量功能或样本名。
值----------Value----------
featureNames returns a (usually long!) character vector uniquely identifying each feature.sampleNames returns a (usually shorter) character vector identifying samples.
featureNames返回字符(通常是术语的!)唯一确定每个功能的向量。sampleNames返回一个(通常较短)确定样本的特征向量。