View source: R/is_pvar_table.R
is_pvar_table | R Documentation |
.pvar
table is valid.Determine if a .pvar
table is valid.
is_pvar_table(pvar_table, 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. |
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_pvar_table to check if a table
is a valid .pvar
table (i.e. stop if it is not)
is_pvar_table(get_test_pvar_table())
is_pvar_table("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.