annotatedDataFrameFrom-methods {Biobase} | R Documentation |
Methods for Function annotatedDataFrameFrom in Package ‘Biobase’
Description
annotatedDataFrameFrom
is a convenience for creating
AnnotatedDataFrame
objects.
Methods
Use the method with annotatedDataFrameFrom(object, byrow=FALSE,
...)
; the argument byrow
must be specified.
signature(object="assayData")
This method creates an
AnnotatedDataFrame
using sample (whenbyrow=FALSE
) or feature (byrow=TRUE
) names and dimensions of anAssayData
object as a template.signature(object="matrix")
This method creates an
AnnotatedDataFrame
using column (whenbyrow=FALSE
) or row (byrow=TRUE
) names and dimensions of amatrix
object as a template.signature(object="NULL")
This method (called with 'NULL' as the object) creates an empty
AnnotatedDataFrame
; providesdimLabels
based on value ofbyrow
.
Author(s)
Biocore team
[Package Biobase version 2.68.0 Index]