is_bim_table | R Documentation |
.bim
table is valid.Determine if a .bim
table is valid.
is_bim_table(bim_table, verbose = FALSE)
bim_table |
a tibble of the genetic mapping, with as many rows as SNPs. Each row contains:
Use get_test_bim_table to get 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 .bim
table
Richèl J.C. Bilderbeek
use check_bim_table to check if a table
is a valid .bim
table (i.e. stop if it is not)
is_bim_table(get_test_bim_table())
is_bim_table("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.