View source: R/is_psam_table.R
is_psam_table | R Documentation |
.pvar
table is valid.Determine if a .pvar
table is valid.
is_psam_table(psam_table, 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. |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
TRUE if the table is a valid .pvar
table
Richèl J.C. Bilderbeek
use check_psam_table to check if a table
is a valid .pvar
table (i.e. stop if it is not)
is_psam_table(get_test_psam_table())
is_psam_table("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.