View source: R/create_plink_bin_data.R
create_plink_bin_data | R Documentation |
PLINK
binary dataCreate a set of PLINK
binary data
create_plink_bin_data(bim_table, fam_table, bed_table)
bim_table |
a tibble of the genetic mapping, with as many rows as SNPs. Each row contains:
Use get_test_bim_table to get a |
fam_table |
a tibble of the genetic mapping, with as many rows as SNPs. Each row contains:
Use get_test_fam_table to get a |
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 |
Richèl J.C. Bilderbeek
use create_test_plink_bin_data to create a set
of PLINK
binary data to be used in testing
create_plink_bin_data(
bim_table = get_test_bim_table(),
fam_table = get_test_fam_table(),
bed_table = get_test_bed_table()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.