getData | R Documentation |
The metabData
constructor creates a formatted
dataset from the input, which may be accessed using this method.
getData(object) ## S4 method for signature 'metabData' getData(object)
object |
metabData object |
Single Metabolomics Data Frame
data(plasma30) p30 <- metabData(plasma30, samples = "CHEAR") data <- getData(p30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.