Description Objects from the Class Slots Extends Methods Author(s) See Also
This class extends
AnnotatedDataFrame
. It
is a data frame and associated metadata (describing the columns of the
data frame). The main purpose of this class is to contain alignment
data in addition to the central information of
AlignedRead
.
Objects from the class are created by calls to the
AlignedDataFrame
function.
data
:Object of class "data.frame"
containing
the data. See AnnotatedDataFrame
for details.
varMetadata
:Object of class "data.frame"
describing columns of data
. See
AnnotatedDataFrame
for details.
dimLabels
:Object of class character
describing
the dimensions of the AnnotatedDataFrame. Used internally; see
AnnotatedDataFrame
for details.
.__classVersion__
:Object of class "Versions"
describing the version of this object. Used internally; see
AnnotatedDataFrame
for details.
Class "AnnotatedDataFrame"
, directly.
Class "Versioned"
, by class "AnnotatedDataFrame", distance 2.
This class inherits methods pData
(to retrieve the underlying
data frame) and varMetadata
(to retrieve the metadata) from
AnnotatedDataFrame
.
Additional methods include:
signature(x = "AlignedDataFrame", values = "AlignedDataFrame")
:
append values
after x
. varMetadata
of
x
and y
must be identical; pData
and
varMetadata
are appended using rbind
.
Martin Morgan <mtmorgan@fhcrc.org>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.