export_tomic_as_tidy: Export T*Omic in Tidy Format

View source: R/export.R

export_tomic_as_tidyR 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")
}

romic documentation built on Sept. 21, 2023, 9:06 a.m.