calc_trans_mat_s7: Calculate the transition matrix for 7-state joint HMM

View source: R/hahmmr.R

calc_trans_mat_s7R Documentation

Calculate the transition matrix for 7-state joint HMM

Description

Calculate the transition matrix for 7-state joint HMM

Usage

calc_trans_mat_s7(t, p_s, w, states_cn, states_phase)

Arguments

t

numeric; CNV state transition probability

p_s

numeric; phase switch probability

w

numeric; relative abundance of states

states_cn

character; CNV states

states_phase

character; haplotype phase states

Value

array; transition matrix


hahmmr documentation built on Oct. 26, 2023, 1:08 a.m.