phenoData(Biobase)
phenoData()所属R语言包:Biobase
Retrieve information on experimental phenotypes recorded in
检索记录在实验表型的信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These generic functions access the phenotypic data (e.g., covariates) and meta-data (e.g., descriptions of covariates) associated with an experiment.
这些通用功能的访问表型数据(例如,协变量)和元数据(例如,协变量的描述)的相关实验。
用法----------Usage----------
phenoData(object)
phenoData(object) <- value
varLabels(object)
varLabels(object) <- value
varMetadata(object)
varMetadata(object) <- value
pData(object)
pData(object) <- value
参数----------Arguments----------
参数:object
Object, possibly derived from eSet-class or AnnotatedDataFrame.
对象,可能eSet-class或AnnotatedDataFrame派生。
参数:value
Value to be assigned to corresponding object.
值被分配到相应的对象。
值----------Value----------
phenoData returns an object containing information on both variable values and variable meta-data. varLabels returns a character vector of measured variables. pData returns a data frame with samples as rows, variables as columns. varMetadata returns a data frame with variable names as rows, description tags (e.g., unit of measurement) as columns.
phenoData返回一个变量值和变量元数据的对象,其中包含的信息。 varLabels返回一个测量变量的特征向量。 pData返回行,为列变量作为样本的数据框。 varMetadata返回一个数据框与行,描述标签(例如,计量单位)为列变量名。
作者(S)----------Author(s)----------
Biocore
参见----------See Also----------
eSet-class, ExpressionSet-class,
eSet-class,ExpressionSet-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|