View source: R/create_plink_text_data.R
create_plink_text_data | R Documentation |
PLINK
textual dataCreate a set of PLINK
textual data
create_plink_text_data(map_table, ped_table)
map_table |
a genetic mapping table. A
Use read_plink_map_file to read a |
ped_table |
a 'pedigree' table. A
The Use read_plink_ped_file to read a |
Richèl J.C. Bilderbeek
create_plink_text_data(
map_table = get_test_map_table(),
ped_table = get_test_ped_table()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.