View source: R/save_pvar_table.R
save_pvar_table | R Documentation |
.pvar
table to file.Save a .pvar
table to file
save_pvar_table(pvar_table, pvar_filename, verbose = FALSE)
pvar_table |
a tibble with as much rows as SNPs. It has the following columns:
The uppercase column names are those as used by PLINK2. |
pvar_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
pvar_table <- get_test_pvar_table()
pvar_filename <- get_plinkr_tempfilename(fileext = ".pvar")
save_pvar_table(
pvar_table = pvar_table,
pvar_filename = pvar_filename
)
file.remove(pvar_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.