runHMM_3 | R Documentation |
Applies the depmixS4 method posterior on normalized K values.
runHMM_3(dataframeList)
dataframeList |
List of depmixS4 depmix.fitted class output generated from the runHMM_2 step |
Output is a list of depmixS4 posterior state classifications 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) dataframeList3 <- runHMM_2(dataframeList2) output <- runHMM_3(dataframeList3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.