# Creates a populations of 10 outbred individuals
# Their genome consists of 1 chromosome and 100 segregating sites
# The command is equivalent to using species="GENERIC" in runMacs
if (FALSE) {
founderPop = runMacs2(nInd=10,nChr=1,segSites=100)
}
Run the code above in your browser using DataLab