Description Usage Arguments Value Examples
Returns all alleles found in the given freqt
object for which
the frequency is greater than 0.
1 | alleles(x, ms)
|
x |
a |
ms |
a marker name or a list of marker names |
a list of allele names
1 2 3 4 5 6 | # provided with only one marker, returns the possible alleles for that marker
alleles(ft_popstr_europe, "CSF1PO")
# provided with more than one marker, returns the union of the
# possible alleles for each of the provided markers
alleles(ft_popstr_europe, c("CSF1PO", "FGA"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.