check_tomic {romic}R 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)

[Package romic version 1.1.3 Index]