powered by
Function to add a genotyping array for the population
add.array(population, marker.included = TRUE, array.name = NULL)
population list
Vector with number of SNP entries coding if each marker is on the array (TRUE/FALSE)
Name of the added array
Population list
# NOT RUN { data(ex_pop) population <- add.array(ex_pop, marker.included = c(TRUE, FALSE), array.name="Half-density") # }
Run the code above in your browser using DataLab