View source: R/create_input_data.R
plink_to_genomeadmixr_data | R Documentation |
function to convert plink style (ped/map) data to genome_admixr_data
plink_to_genomeadmixr_data( ped_data, map_data, chosen_chromosome, verbose = FALSE )
ped_data |
result of read.table(ped_file, header = F) |
map_data |
result of read.table(map_file, header = F) |
chosen_chromosome |
chromosome of choice |
verbose |
verbose output |
genomeadmixr_data object ready for simulate_admixture_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.