Usage
phyclust.se.update(X, se.model = .EMC$se.model, se.constant = .EMC$se.constant,
ret.phyclust = NULL, K = NULL, Eta = NULL,
Mu = NULL, pi = NULL, kappa = NULL, Tt = NULL,
substitution.model = NULL, identifier = NULL, code.type = NULL,
label = NULL, byrow = TRUE)
Arguments
X
nid/sid matrix with $N$ rows/sequences and $L$ columns/sites.
se.model
sequencing error model, default = "CONVOLUTION".
se.constant
constrained constant, default = 1e-2.
ret.phyclust
an object with the class phyclust
.
Eta
proportion of subpopulations, $\eta_k$, length = K
, sum to 1.
Mu
centers of subpopulations, dim = $K\times L$, each row is a center.
pi
equilibrium probabilities, each row sums to 1.
kappa
transition and transversion bias.
Tt
total evolution time, $t$.
substitution.model
substitution model.
label
label of sequences for semi-supervised clustering.
byrow
advanced option for X
, default = TRUE.