is_ped_table | R Documentation |
.ped
table is valid.Determine if a .ped
table is valid.
is_ped_table(ped_table, verbose = FALSE)
ped_table |
a 'pedigree' table. A
The Use read_plink_ped_file to read 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 .ped
table
Richèl J.C. Bilderbeek
use check_ped_table to check if a table
is a valid .ped
table (i.e. stop if it is not)
is_ped_table(get_test_ped_table())
is_ped_table(read_plink_ped_file(get_plinkr_filename("toy_v1_9.ped")))
is_ped_table("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.