# NOT RUN {
# Create population
pop <- Population(
popSize = 200, map = map100snp, QTL = 20,
alleleFrequencies = runif(100),
broadH2 = 0.9, narrowh2 = 0.6, traitVar = 40
)
# Get the SNP IDs of the QTLs
getQTL(pop)
# }
Run the code above in your browser using DataLab