View source: R/create_input_data.R
create_artificial_genomeadmixr_data | R Documentation |
function to generate artificial genomeadmixr_data
create_artificial_genomeadmixr_data( number_of_individuals, marker_locations, used_nucleotides = 1:4, nucleotide_frequencies = NA )
number_of_individuals |
number of individuals |
marker_locations |
location of markers, either in bp or Morgan |
used_nucleotides |
subset or full set of [1/2/3/4] (reflecting a/c/t/g) |
nucleotide_frequencies |
frequencies of the used nucleotides, if not provided, equal frequencies are assumed. |
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.