annotatedDataFrameFrom-methods: 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
    AnnotatedDataFrameusing sample (whenbyrow=FALSE) or
    feature (byrow=TRUE) names and dimensions of anAssayDataobject as a template.
- signature(object="matrix")
- This method creates an
    AnnotatedDataFrameusing column (whenbyrow=FALSE) or
    row (byrow=TRUE) names and dimensions of amatrixobject as a template.
- signature(object="NULL")
- This method (called with 'NULL'
    as the object) creates an empty AnnotatedDataFrame; providesdimLabelsbased on value ofbyrow.