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 |
fast_check |
if TRUE then skip some checks which are slow and that are
generally only needed when a |
Value
0 invisibly
Examples
check_tomic(brauer_2008_triple)
[Package romic version 1.1.3 Index]