powered by
Export a data table including all fields from features, samples and measurements.
export_tomic_as_tidy(tomic, dir_path, name_preamble, verbose = TRUE)
Export one table which is one row per peak, which includes all feature and sample attributes.
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_tidy(brauer_2008_triple, "/tmp", "brauer") }
Run the code above in your browser using DataLab