analysisData | R Documentation |
Create an AnalysisData S4 object.
analysisData(data, info)
data |
table containing sample metabolomic data |
info |
table containing sample meta information |
An S4 object of class Analysis.
library(metaboData)
d <- analysisData(data = abr1$neg,info = abr1$fact)
print(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.