powered by
Evaluate the transition matrix of the DMM at a given position
# S3 method for dmm getTransitionMatrix(x, pos)
A transition matrix at a given position
An object of class dmm
dmm
A positive integer giving the position along the sequence on which the transition matrix of the DMM should be computed
Victor Mataigne, Alexandre Seiller
BaVe2018drimmR Ver08drimmR
fitdmm
data(lambda, package = "drimmR") dmm <- fitdmm(lambda, 1, 1, c('a','c','g','t'),init.estim = "freq", fit.method="sum") t <- 10 getTransitionMatrix(dmm,pos=t)
Run the code above in your browser using DataLab