RemoveHomozygotes {HaploSim} | R Documentation |
Finds homozygotic marker loci in a list of haplotypes and removes these from all haplotypes.
RemoveHomozygotes(hList)
hList |
List of objects of class |
A list of objects of class haplotype
.
SampleHaplotypes
, SampleHaplotype
.
hList <- SampleHaplotypes(nHaplotypes = 20,nLoc = 100,genDist =
1,nDec = 3) ## create objects
hList <- RemoveHomozygotes(hList)