Description Usage Arguments Value Author(s) Examples
Calculate transition/transversion ratio. Test substitution type of two bases.
1 2 3 4 5 6 7 |
x |
a gtypes object with aligned sequences or a list of aligned DNA sequences. |
b1, b2 |
two bases to be compared. |
TiTvRatio
: a vector providing the number of
transitions (Ti
), transversions (Tv
), and the
transition/transversion ratio (Ti.Tv.ratio
).
subType
: either "ti" for transition, or "tv" for transversion.
isTi
and isTv
: a logical identifying whether
the b1
to b2
is a transition or transversion.
Eric Archer eric.archer@noaa.gov
1 2 3 4 5 6 7 8 9 | data(dolph.seqs)
TiTvRatio(dolph.seqs)
subType("a", "c")
isTi("a", "c")
isTv("a", "c")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.