Checks that all required tables are present, that each is a tibble, and that mandatory columns exist in each table. Validates referential integrity between patient and sample identifiers across tables.
Examples
db <- new_molpath_db()
validate_molpath_db(db)