View source: R/create_input_data.R
write_as_plink | R Documentation |
function to write simulation output as PLINK style data
write_as_plink( input_pop, marker_locations, file_name_prefix, chromosome = 1, recombination_rate = 1 )
input_pop |
input population, either of class "population" or of class "genomeadmixr_data" |
marker_locations |
location of markers, in bp |
file_name_prefix |
prefix of the ped/map files. |
chromosome |
chromosome indication for map file |
recombination_rate |
recombination rate in cM / kb |
No return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.