Description Usage Arguments Details Value Note Author(s) See Also Examples
This function gives the indices of segregating (polymorphic) sites in a sample of DNA sequences.
1 | seg.sites(x)
|
x |
a matrix or a list which contains the DNA sequences. |
If the sequences are in a list, all the sequences must be of the same length. Ambiguous nucleotides are ignored.
A numeric (integer) vector giving the indices of the segregating sites.
The present version looks for the sites which are “variable” in the data in terms of different letters. This may give unexpected results if there are ambiguous bases in the data.
Emmanuel Paradis
base.freq
, GC.content
,
theta.s
, nuc.div
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.