View source: R/create_test_plink_text_data.R
create_test_plink_text_data | R Documentation |
Create PLINK text data for testing
create_test_plink_text_data(
ped_table = get_test_ped_table(),
map_table = get_test_map_table()
)
ped_table |
a 'pedigree' table. A
The Use read_plink_ped_file to read a |
map_table |
a genetic mapping table. A
Use read_plink_map_file to read a |
These is the same tables as can be obtained by reading
the PLINK v1.7 example files called
test.ped
and test.map
.
Richèl J.C. Bilderbeek
data <- create_test_plink_text_data()
is_plink_text_data(data)
is_plink_bin_data(data)
is_plink2_bin_data(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.