View source: R/check_map_table.R
check_map_table | R Documentation |
.map
table is valid.Check if a genetic mapping .map
table is valid.
Will stop if not
check_map_table(map_table)
map_table |
a genetic mapping table. A
Use read_plink_map_file to read a |
a checked .map
table, now of class type map_table
.
Richèl J.C. Bilderbeek
check_map_table(get_test_map_table())
check_map_table(read_plink_map_file(get_plinkr_filenames("toy_v1_9.map")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.