Description Usage Arguments Value Author(s) See Also Examples
View source: R/fixedDifferences.R
Summarize fixed base pair differences between strata.
1 2 3 4 5 6 | fixedDifferences(
g,
count.indels = TRUE,
consec.indels.as.one = TRUE,
bases = c("a", "c", "g", "t", "-")
)
|
g |
a gtypes object. |
count.indels |
logical. Count indels when evaluating sites for fixed differences? |
consec.indels.as.one |
logical. If |
bases |
a character vector of valid bases to consider. |
a list with components:
list of sites with fixed differences for each pair of strata
data.frame of number of sites fixed between each pair of strata
Eric Archer <eric.archer@noaa.gov>
1 2 3 | data(dloop.g)
fd <- fixedDifferences(dloop.g)
fd
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.