where_het | R Documentation |
Find regions of heterozygosity in an individual
where_het(ind)
ind |
An individual object, as output be
|
A matrix with two columns; each row indicates the start and end of a region where the individual is heterozygous
sim_from_pedigree()
,
convert2geno()
mom <- create_parent(100, 1:2)
dad <- create_parent(100, 1:2)
child <- cross(mom, dad)
where_het(child)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.