View source: R/save_fam_table.R
save_fam_table | R Documentation |
.fam
table to file.Save a .fam
table to file
save_fam_table(fam_table, fam_filename, verbose = FALSE)
fam_table |
a tibble of the genetic mapping, with as many rows as SNPs. Each row contains:
Use get_test_fam_table to get a |
fam_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
fam_table <- get_test_fam_table()
fam_filename <- get_plinkr_tempfilename(fileext = ".fam")
save_fam_table(
fam_table = fam_table,
fam_filename = fam_filename
)
file.remove(fam_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.