powered by
Export features, samples and measurements tables
export_tomic_as_triple(tomic, dir_path, name_preamble, verbose = TRUE)
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)
Either a tidy_omic or triple_omic object
tidy_omic
triple_omic
path to save outputs
start of output file name
extra reporting messages
if (interactive()) { export_tomic_as_triple(brauer_2008_triple, "/tmp", "brauer") }
Run the code above in your browser using DataLab