is_fam_table | R Documentation |
.fam
table is valid.Determine if a .fam
table is valid.
is_fam_table(fam_table, verbose = FALSE)
fam_table |
a tibble of the genetic mapping, with as many rows as SNPs. Each row contains:
Use get_test_fam_table to get a |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
TRUE if the table is a valid .fam
table
Richèl J.C. Bilderbeek
use check_fam_table to check if a table
is a valid .fam
table (i.e. stop if it is not)
is_fam_table(get_test_fam_table())
is_fam_table(read_plink_fam_file(get_plinkr_filename("toy_v1_9.fam")))
is_fam_table("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.