pis | R Documentation |
Returns the number or positions of potentially-informative (parsimony-informative, phylogenetically-informative) sites in DNA sequence alignment.
pis(x, what = "fraction", use.ambiguities = FALSE)
x |
An object of class |
what |
Either of |
use.ambiguities |
Not yet available. |
Numeric (depending on what
, the number, fraction, or indices
of potentially-informative nucleotide sites).
data(ips.16S)
# number of potentially-informative sites:
pis(ips.16S, what = "abs")
# proportion of potentially-informative sites:
pis(ips.16S, what = "frac")
# indices of potentially-informative sites:
pis(ips.16S, what = "ind")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.