powered by
Find regions of heterozygosity in an individual
where_het(ind)
A matrix with two columns; each row indicates the start and end of a region where the individual is heterozygous
An individual object, as output be create_parent() or cross()
create_parent()
cross()
sim_from_pedigree(), convert2geno()
sim_from_pedigree()
convert2geno()
mom <- create_parent(100, 1:2) dad <- create_parent(100, 1:2) child <- cross(mom, dad) where_het(child)
Run the code above in your browser using DataLab