View source: R/check_fam_table.R
check_fam_table | R Documentation |
.fam
table is valid.Check if a .fam
table is valid.
Will stop if not
check_fam_table(fam_table)
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 |
Nothing. Will stop if the fam_table
is invalid
Richèl J.C. Bilderbeek
check_fam_table(get_test_fam_table())
check_fam_table(read_plink_fam_file(get_plinkr_filename("toy_data.fam")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.