runHMM_2: Step 2 of HMM process

runHMM_2R Documentation

Step 2 of HMM process

Description

Applies the depmixS4 method fit on .

Usage

runHMM_2(dataframeList)

Arguments

dataframeList

List of depmixS4 depmix class objects generated from the runHMM_1 step

Value

Output is a list of depmixS4 depmix.fitted class output for each input dataframe

Author(s)

Michelle Webb

Examples

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)

USCDTG/tLOH documentation built on Oct. 23, 2022, 8:05 p.m.