export_tomic_as_triple | R Documentation |
Export features, samples and measurements tables
export_tomic_as_triple(tomic, dir_path, name_preamble, verbose = TRUE)
tomic |
Either a |
dir_path |
path to save outputs |
name_preamble |
start of output file name |
verbose |
extra reporting messages |
Export three tables:
features: one row per features measured (i.e., a metabolite)
sample: one row per sample
measurements: one row per measurement (i.e., one metabolite in one sample)
if (interactive()) {
export_tomic_as_triple(brauer_2008_triple, "/tmp", "brauer")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.