Learn R Programming

strataG (version 2.0.2)

variableSites: Variable Sites

Description

Identify variable sites among sequences.

Usage

variableSites(x, bases = c("a", "c", "g", "t", "-"))

Arguments

x

a '>gtypes object with sequences, a DNAbin object, or a list of sequences.

bases

character vector of bases to consider.

Value

A list with:

site

a DNAbin object composed of variable sites.

site.freqs

a matrix of base pair frequencies by site.

See Also

fixedSites

Examples

Run this code
# NOT RUN {
data(dolph.haps)

variableSites(dolph.haps)

# }

Run the code above in your browser using DataLab