powered by
Extract one of the specific tables from a tomic object
get_tomic_table(tomic, table_type)
a tibble matching the table_type of the tomic object
table_type
tomic
Either a tidy_omic or triple_omic object
tidy_omic
triple_omic
The type of table to extract from the tomic object.
one row per measurements with feature and sample attributes added. Equivalent to the $data field of a tidy omic object
one row per measurements defined a feature and sample foreign key. Equivalent to the $measurements field of a triple omic object
one row per feature defined by a feature primary key. Equivalent to the $features field of a triple omic object
one row per sample defined by a sample primary key. Equivalent to the $samples field of a triple omic object
get_tomic_table(brauer_2008_triple, "samples") get_tomic_table(brauer_2008_tidy, "features")
Run the code above in your browser using DataLab