powered by
Summarize fixed base pair differences between strata.
fixedDifferences( g, count.indels = TRUE, consec.indels.as.one = TRUE, bases = c("a", "c", "g", "t", "-") )
a '>gtypes object.
logical. Count indels when evaluating sites for fixed differences?
logical. If count.indels is TRUE, count consecutive indels as a a single indel?
count.indels
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
fixedSites, variableSites
fixedSites
variableSites
# NOT RUN { data(dloop.g) fd <- fixedDifferences(dloop.g) fd # }
Run the code above in your browser using DataLab