Learn R Programming

romic (version 1.1.3)

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

Value

0 invisibly

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.

Examples

Run this code
check_tomic(brauer_2008_triple)

Run the code above in your browser using DataLab