powered by
This function computes the transition matrix corresponding to a specific matrix of latent states.
Tran(xi)
Matrix of estimated latent states
A 4 by 4 matrix with transition probabilities derived from the input matrix of latent states.
The matrix of latent states must consider only 4 states:
Loss
Neutral
Gain
Amplification
Guha S, Li Y, Neuberg D. Bayesian hidden Markov modelling of array cgh data. JASA. 2008;103(482):485-497.
# NOT RUN { data(NCI_60) X <- NCI_60$aCGH xi <- InitXi(X) tran <- Tran(xi) # }
Run the code above in your browser using DataLab