Double the ploidy of individuals
Creates new individuals with twice the ploidy. This function was created to model the formation of tetraploid potatoes from diploid potatoes. This function will work on any population.
doubleGenome(pop, keepParents = TRUE, simParam = NULL)
pop |
an object of 'Pop' superclass |
keepParents |
should previous parents be used for mother and father. |
simParam |
an object of 'SimParam' class |
Returns an object of Pop-class
#Create founder haplotypes founderPop = quickHaplo(nInd=2, nChr=1, segSites=10) #Set simulation parameters SP = SimParam$new(founderPop) #Create population pop = newPop(founderPop, simParam=SP) #Create individuals with doubled ploidy pop2 = doubleGenome(pop, simParam=SP)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.