is_map_table | R Documentation |
.map
table is valid.Determine if a .map
table is valid.
is_map_table(map_table, verbose = FALSE)
map_table |
a genetic mapping table. A
Use read_plink_map_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 .map
table
Richèl J.C. Bilderbeek
use check_map_table to check if a table
is a valid .map
table (i.e. stop if it is not)
is_map_table(get_test_map_table())
is_map_table(read_plink_map_file(get_plinkr_filename("toy_v1_9.map")))
is_map_table("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.