View source: R/check_ped_table.R
check_ped_table | R Documentation |
.ped
table is valid.Check if a .ped
table is valid.
Will stop if not
check_ped_table(ped_table)
ped_table |
a 'pedigree' table. A
The Use read_plink_ped_file to read a |
a checked .ped
table, now of class type ped_table
.
Will stop if the pedigree table is invalid.
Richèl J.C. Bilderbeek
use is_ped_table to determine if a table
is a valid .ped
table
check_ped_table(get_test_ped_table())
check_ped_table(read_plink_ped_file(get_plinkr_filename("toy_v1_9.ped")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.