longFormat-deprecated | R Documentation |
The longFormat
method is deprecated and will be removed in a
future release. Please use the longForm
method instead.
longFormat(object, colDataCols = NULL, i = 1L, ...)
## S4 method for signature 'MultiAssayExperiment'
longFormat(object, colDataCols = NULL, i = 1L, ...)
## S4 method for signature 'ANY'
longFormat(object, colDataCols = NULL, i = 1L, ...)
## S4 method for signature 'ExperimentList'
longFormat(object, colDataCols = NULL, i = 1L, ...)
object |
Any supported class object |
colDataCols |
A |
i |
longFormat: The i-th assay in
|
... |
Additional arguments. See details for more information. |
The longFormat
"ANY" class method, works with classes such as
ExpressionSet
and
SummarizedExperiment
as
well as matrix
to provide a consistent long and skinny
DataFrame
.
The 'longFormat' method takes data from the ExperimentList
in a MultiAssayExperiment
and returns a uniform
DataFrame
. The resulting DataFrame has columns indicating
primary, rowname, colname and value. This method can optionally include
columns of the MultiAssayExperiment colData named by colDataCols
character
vector argument. (MultiAssayExperiment
method only). The i
argument
allows the user to specify the assay value for the
SummarizedExperiment
assay function's i
argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.