Description Usage Arguments Value Note Author(s) Examples
View source: R/is_heterozygote.R
This function will determine the heterozygosity of one or more
objects of type locus
.
1 |
x |
A |
A logical flag indicating that there are at least two kinds
of alleles present in the locus
object.
A haploid or NA locus is never heterozygous.
Rodney J. Dyer rjdyer@vcu.edu
1 2 | loc <- locus( 1:2 )
is_heterozygote( loc )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.