powered by
This function returs the list of homoplastic indels and substitutions.
# S4 method for Dna homopoly(x,indels="sic",...)
a list with following components:
indels
a character vector of homoplastic indels sitewise Consistency Index, names of the character vector gives the site of homoplastic indel.
subs
a character vector of homoplastic substitutions sitewise Consistency Index, names of the character vector gives the site of substitution.
an object of class Dna.
Dna
the indel coding method to be used. This must be one of "sic", "5th" or "missing". Any unambiguous substring can be given. See distance for details.
distance
additional arguments to parsimnet.
parsimnet
signature(x = "Dna")
Caner Aktas, caktas.aca@gmail.com
data("dna.obj") ### Method for signature 'Dna'. x<-dna.obj homopoly(x)
Run the code above in your browser using DataLab