powered by
Finds homozygotic marker loci in a list of haplotypes and removes these from all haplotypes.
RemoveHomozygotes(hList)
A list of objects of class haplotype.
haplotype
List of objects of class haplotype
SampleHaplotypes, SampleHaplotype.
SampleHaplotypes
SampleHaplotype
hList <- SampleHaplotypes(nHaplotypes = 20,nLoc = 100,genDist = 1,nDec = 3) ## create objects hList <- RemoveHomozygotes(hList)
Run the code above in your browser using DataLab