View source: R/convert_plink_bin_data_to_ped_table.R
convert_plink_bin_data_to_ped_table | R Documentation |
PLINK
binary data to a PLINK
.ped
tableConvert PLINK
binary data to a PLINK
.ped
table
convert_plink_bin_data_to_ped_table(plink_bin_data)
plink_bin_data |
the in-memory binary data for |
a PLINK
.ped
table
Richèl J.C. Bilderbeek
plink_bin_data <- create_test_plink_bin_data()
ped_table <- convert_plink_bin_data_to_ped_table(
plink_bin_data = plink_bin_data
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.