View source: R/Functions_class_featureTable.R
asMetaboAnalyst | R Documentation |
Reformat a data.frame to MetaboAnalyst csv format
asMetaboAnalyst(df, groups)
df |
data.frame with intensity values and rt and mz columns |
groups |
a data.frame with grouping information (Sample names in first column, groups in additional columns) |
A list with header and body of the MetaboAnalyst formatted table
## Not run: MseekExamplePreload(data = FALSE, tables = TRUE) asMetaboAnalyst(tab1$df, groups = tab1$anagrouptable) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.