View source: R/convert_bed_table_to_pgen_table.R
convert_bed_table_to_pgen_table | R Documentation |
PLINK
.bed
table to a PLINK2
.pgen
tableConvert a PLINK
.bed
table to a PLINK2
.pgen
table
convert_bed_table_to_pgen_table(bed_table, verbose = FALSE)
bed_table |
a table that maps the SNPs to the individuals,
of which the column names are the names of the individuals,
the row names are the names of the SNPs,
and the values are the SNP variant.
Use get_test_bed_table to get a |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
a PLINK2
.pgen
table
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.