check_tomic: Check T*Omic

check_tomicR Documentation

Check T*Omic

Description

Check a tidy or triple 'omic object for common pathologies, such as a mismatch between data and schema and non-uniqueness of primary keys.

Usage

check_tomic(tomic, fast_check = TRUE)

Arguments

tomic

Either a tidy_omic or triple_omic object

fast_check

if TRUE then skip some checks which are slow and that are generally only needed when a tomic object is first created.

Value

0 invisibly

Examples

check_tomic(brauer_2008_triple)

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