View source: R/convert_bim_table_to_map_table.R
convert_bim_table_to_map_table | R Documentation |
PLINK
.bim
table to a PLINK
.map
tableConvert a PLINK
.bim
table to a PLINK
.map
table
convert_bim_table_to_map_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. |
a PLINK
.map
table
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.