updateHmmParams: Run the Baum-Welch algorithm to update HMM parameters

Description Usage Arguments

View source: R/hmm-methods.R

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

1
2
3
4
5
updateHmmParams(
  object,
  emission_param = EmissionParam(),
  transition_param = TransitionParam()
)

Arguments

object

a SnpArrayExperiment object

emission_param

a EmissionParam object

transition_param

a TransitionParam object


VanillaICE documentation built on Nov. 8, 2020, 7:33 p.m.