function to convert plink style (ped/map) data to genome_admixr_data
plink_to_genomeadmixr_data(
ped_data,
map_data,
chosen_chromosome,
verbose = FALSE
)
result of read.table(ped_file, header = F)
result of read.table(map_file, header = F)
chromosome of choice
verbose output
genomeadmixr_data object ready for simulate_admixture_data