View source: R/Functions_class_featureTable.R
tableWriter | R Documentation |
Writes a feature table to a file in a given format.
tableWriter( df, fname, format = c("csv", "tsv", "instrumentList", "MetaboAnalyst"), moreArgs = list() )
df |
feature table as data.frame, with mz and rt columns. |
fname |
file name |
format |
output format |
moreArgs |
named list of additional arguments to be
passed to |
Returns nothing, but writes a file to disk
## Not run: MseekExamplePreload(data = FALSE, tables = TRUE) tableWriter(tab1$df, "test_MA.csv", format = "MetaboAnalyst", moreArgs = list(groups = tab1$anagrouptable)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.