runHMM_2 | R Documentation |
Applies the depmixS4 method fit on .
runHMM_2(dataframeList)
dataframeList |
List of depmixS4 depmix class objects generated from the runHMM_1 step |
Output is a list of depmixS4 depmix.fitted class output for each input dataframe
Michelle Webb
data('humanGBMsampleAC') data('initialStartProbabilities') df <- tLOHCalcUpdate(humanGBMsampleAC,1.25,1.25,500,500,4) dataframeList <- prepareHMMdataframes(df) trProbs <- cbind(c(0.8999,0.1001),c(0.1001,0.8999)) dataframeList2 <- runHMM_1(dataframeList, initialStartProbabilities, trProbs) output <- runHMM_2(dataframeList2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.