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