View source: R/save_bim_table.R
save_bim_table | R Documentation |
.bim
table to file.Save a .bim
table to file
save_bim_table(bim_table, bim_filename, 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 |
bim_filename |
name of a |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
Richèl J.C. Bilderbeek
bim_table <- get_test_bim_table()
bim_filename <- get_plinkr_tempfilename(fileext = ".bim")
save_bim_table(
bim_table = bim_table,
bim_filename = bim_filename
)
file.remove(bim_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.