View source: R/is_pgen_table.R
is_pgen_table | R Documentation |
.pgen
table is valid.Determine if a .pgen
table is valid.
is_pgen_table(pgen_table, verbose = FALSE)
pgen_table |
an array that maps the individuals to their SNPs, with as much rows as individuals, and as much SNPs as columns. Optionally, the row names are the individuals' IDs, where the column names are the SNP ID's |
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 .pgen
table
Richèl J.C. Bilderbeek
use check_pgen_table to check if a table
is a valid .pgen
table (i.e. stop if it is not)
is_pgen_table(get_test_pgen_table())
is_pgen_table("nonsense")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.