Description Usage Arguments Details Value Author(s)
Estimates the most likely path for a hidden Markov Chain using the maximum likelihood Viterbi algorithm.
1 | viterbi.hmm(transitions, loglikelihood, positions, expected.CNV.length)
|
transitions |
Transition matrix |
loglikelihood |
numeric matrix containing the loglikelihood of the data under the possible states |
positions |
Positions of the exons |
expected.CNV.length |
Expected length of CNV calls, which has an impact on the transition matrix between CNV states. |
Standard forward-backward Viterbi algorithm using a precomputed matrix of likelihoods.
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
Vincent Plagnol
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.