A | R Documentation |
This function returns the number of unique, non-NA alleles, in a sample.
A(x, min_freq = 0, loci = NULL, ...)
x |
A set of |
min_freq |
The minimum frequency of allele to consider (default=0) |
loci |
A list of loci to use (if a |
... |
Ignored |
The number of alleles that have min_freq
frequency.
loci <- c( locus(1:2), locus(c(1,1)), locus(c(2,2)), locus(2:3) )
A(loci)
A(loci, min_freq=0.13)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.