Pull seg site genotypes
Retrieves genotype data for all segregating sites
pullSegSiteGeno(pop, chr = NULL, simParam = NULL)
pop |
an object of |
chr |
a vector of chromosomes to retrieve. If NULL, all chromosome are retrieved. |
simParam |
an object of |
Returns a matrix of genotypes
#Create founder haplotypes founderPop = quickHaplo(nInd=10, nChr=1, segSites=15) #Set simulation parameters SP = SimParam$new(founderPop) SP$addTraitA(10) SP$addSnpChip(5) #Create population pop = newPop(founderPop, simParam=SP) pullSegSiteGeno(pop, simParam=SP)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.