fixedSites | R Documentation |
Identify fixed sites among sequences.
fixedSites(x, bases = c("a", "c", "g", "t", "-"), simplify = TRUE)
x |
a |
bases |
a character vector of valid bases to consider. |
simplify |
if there is a single locus, return result in a simplified
form? If |
a vector of fixed sites. Element names are site positions in the original sequence.
Eric Archer <eric.archer@noaa.gov>
variableSites
data(dolph.haps)
fixedSites(dolph.haps)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.