export_tomic_as_tidy {romic}R Documentation

Export T*Omic in Tidy Format

Description

Export a data table including all fields from features, samples and measurements.

Usage

export_tomic_as_tidy(tomic, dir_path, name_preamble, verbose = TRUE)

Arguments

tomic

Either a tidy_omic or triple_omic object

dir_path

path to save outputs

name_preamble

start of output file name

verbose

extra reporting messages

Value

Export one table which is one row per peak, which includes all feature and sample attributes.

Examples


if (interactive()) {
  export_tomic_as_tidy(brauer_2008_triple, "/tmp", "brauer")
}

[Package romic version 1.1.3 Index]