"Parsimnet"
in the Package haplotypesS4 class to store statistical parsimony networks and additional information.
Objects can be created by calls of the form new("Parsimnet", d, tempProbs, conlimit, prob, nhap, rowindex), however use function parsimnet instead
.
d
:Object of class "list"
containing the geodesic distance matrix of haplotypes and intermediates for each network.
tempProbs
:Object of class "numeric"
giving the probabilities of parsimony for mutational steps beyond the connection limit.
conlimit
:Object of class "numeric"
giving the number of maximum connection steps at connection limit.
prob
:Object of class "numeric"
giving the user defined connection limit.
nhap
:Object of class "numeric"
giving the number of haplotypes in each network.
rowindex
:Object of class "list"
containing vectors giving the index of haplotypes in each network.
signature(x = "Parsimnet")
: assigns slots of an object Parsimnet to list elements.
signature(x = "Parsimnet")
: coerces Parsimnet
object to network
{network}
object
signature(x = "Parsimnet")
: coerces Parsimnet
object to networx
{phangorn}
object
signature(x = "Parsimnet")
: returns the length of network(s).
signature(x = "Parsimnet")
: gets names of networks in Parsimnet
object
signature(x = "Parsimnet")
: sets names of networks in Parsimnet
object
signature(x = "Parsimnet")
: plots statistical parsimony networks.
signature(x = "Parsimnet", y = "Haplotype")
: plots pie charts on statistical parsimony networks
signature(x = "Parsimnet", y = "Haplotype")
: add legends to pie charts produced using pieplot
.
signature(x = "Parsimnet")
: gets names of vertices in networks.
signature(x = "Parsimnet")
: gets names of vertices in networks
signature(object = "Parsimnet")
: displays the object briefly.
Caner Aktas, caktas.aca@gmail.com