ploidy | R Documentation |
locus
objectThis function will a count of the number of alleles within
a locus
object for either a single locus or for a
vector of loci
ploidy(x)
x |
A |
A count of the number of alleles in the locus
Rodney J. Dyer rjdyer@vcu.edu
loc <- locus( 1:2 )
ploidy( loc )
loci <- c( locus(1:2), locus(c(1,1) ) )
ploidy( loci )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.