phyclust.se
is an advanced function of phyclust
.
The phyclust.se
implements finite mixture models for sequence data
with sequencing errors. The same as phyclust
,
the mutation processes are modeled by evolution processes based on
Continuous Time Markov Chain theory.phyclust.se(X, K, EMC = .EMC, manual.id = NULL, label = NULL, byrow = TRUE)
X
, default = TRUE.phyclust
will be returned containing
several elements as described in phyclust
. But, the
phyclust.se
returns extra parameters for sequencing errors, and
they are shown in the following:phyclust.se
considers mutations with sequencing error, but only
for NUCLEOTIDE data without labeling and only the EM algorithm is
implemented. Currently, phyclust.se
implements the following steps:
phyclust
does.
2 use the initialization as the phyclust
does.
3 run the phyclust
to find the non-sequencing error MLE's.
4 initial by the results of phyclust
.
5 update all parameters including probabilities of sequencing errors.
} See the help page of phyclust
for the explanations of
input arguments since both functions share the same arguments. Note that
the underling model assumptions are very different of both functions.
.EMC
,
.EMControl
,
phyclust.se
,
phyclust.se.update
.X <- seq.data.toy$org
set.seed(1234)
(ret.1 <- phyclust.se(X, 3))
Run the code above in your browser using DataLab