updateHmmParams {VanillaICE}R Documentation

Run the Baum-Welch algorithm to update HMM parameters

Description

This function is not intended to be called directly by the user. It is exported in the package NAMESPACE for internal use by other BioC packages.

Usage

updateHmmParams(
  object,
  emission_param = EmissionParam(),
  transition_param = TransitionParam()
)

Arguments

object

a SnpArrayExperiment object

emission_param

a EmissionParam object

transition_param

a TransitionParam object


[Package VanillaICE version 1.56.3 Index]