View source: R/methods-AlignedDataFrame.R
AlignedDataFrame | R Documentation |
Construct an AlignedDataFrame
from a data frame and its
metadata
AlignedDataFrame(data, metadata, nrow = nrow(data))
data |
A data frame containing alignment information. |
metadata |
A data frame describing the columns of |
nrow |
An optional argument, to be used when |
An object of AlignedDataFrame
.
Martin Morgan <mtmorgan@fhcrc.org>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.