annotatedDataFrameFrom-methods(Biobase)
annotatedDataFrameFrom-methods()所属R语言包:Biobase
Methods for Function annotatedDataFrameFrom in Package ‘Biobase’
功能annotatedDataFrameFrom方法包BIOBASE
译者:生物统计家园网 机器人LoveR
描述----------Description----------
annotatedDataFrameFrom is a convenience for creating AnnotatedDataFrame objects.
annotatedDataFrameFrom是一个为创建AnnotatedDataFrame对象的便利。
方法----------Methods----------
Use the method with annotatedDataFrameFrom(object, byrow=FALSE, ...); the argument byrow must be specified.
使用方法;参数annotatedDataFrameFrom(object, byrow=FALSE, ...)必须指定用byrow。
signature(object="assayData") This method creates an AnnotatedDataFrame using sample (when byrow=FALSE) or feature (byrow=TRUE) names and dimensions of an
signature(object="assayData")这个方法创建一个AnnotatedDataFrame使用样品(当byrow=FALSE)或功能(byrow=TRUE)的名称和尺寸
signature(object="matrix") This method creates an AnnotatedDataFrame using column (when byrow=FALSE) or row (byrow=TRUE) names and dimensions of a
signature(object="matrix")当这个方法创建一个AnnotatedDataFrame使用列(byrow=FALSE)或行(byrow=TRUE)的名称和尺寸
signature(object="NULL") This method (called with 'NULL' as the object) creates an empty AnnotatedDataFrame; provides
signature(object="NULL")这种方法(称为“NULL”为对象)创建一个空的AnnotatedDataFrame;
作者(S)----------Author(s)----------
Biocore team
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|