View source: R/check_pgen_table.R
check_pgen_table | R Documentation |
.pgen
table is valid.Check if a .pgen
table is valid.
Will stop if not
check_pgen_table(pgen_table)
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 |
a checked pgen_table
, now of class pgen_table
Richèl J.C. Bilderbeek
check_pgen_table(get_test_pgen_table())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.