View source: R/check_bim_table.R
check_bim_table | R Documentation |
.bim
table is valid.Check if a .bim
table is valid.
Will stop if not
check_bim_table(bim_table)
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 |
Nothing. Will stop if the bim_table
is invalid
Richèl J.C. Bilderbeek
check_bim_table(get_test_bim_table())
check_bim_table(read_plink_bim_file(get_plinkr_filename("toy_data.bim")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.