longForm | R Documentation |
A generic function that returns the long form of an object.
longForm(object, ...)
object |
A data object. |
... |
Additional arguments, for use in specific methods. |
The long form version of the original object. This is typically a data-frame-like object.
showMethods
for displaying a summary of the
methods defined for a given generic function.
selectMethod
for getting the definition of
a specific method.
longForm,MultiAssayExperiment-method
in the MultiAssayExperiment package for an example of a
specific longForm
method (defined for
MultiAssayExperiment objects).
BiocGenerics for a summary of all the generics defined in the BiocGenerics package.
longForm
showMethods("longForm")
library(MultiAssayExperiment)
showMethods("longForm")
selectMethod("longForm", "MultiAssayExperiment")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.