Learn R Programming

romic (version 1.1.3)

export_tomic_as_tidy: 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)

Value

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

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

Examples

Run this code

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

Run the code above in your browser using DataLab