annotatedDataFrameFrom
is a convenience for creating
AnnotatedDataFrame
objects.
annotatedDataFrameFrom(object, byrow=FALSE,
...)
; the argument byrow
must be specified.
signature(object="assayData")
AnnotatedDataFrame
using sample (when byrow=FALSE
) or
feature (byrow=TRUE
) names and dimensions of an
AssayData
object as a template.signature(object="matrix")
AnnotatedDataFrame
using column (when byrow=FALSE
) or
row (byrow=TRUE
) names and dimensions of a
matrix
object as a template.signature(object="NULL")
AnnotatedDataFrame
; provides
dimLabels
based on value of byrow
.