Learn R Programming

romic (version 1.1.3)

check_tidy_omic: Check Tidy Omic

Description

Check a tidy omic dataset for consistency between the data and design and validate that the dataset follows the tidy_omic/tomic specification.

Usage

check_tidy_omic(tidy_omic, fast_check = TRUE)

Value

0 invisibly

Arguments

tidy_omic

an object of class tidy_omic produced by create_tidy_omic

fast_check

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