powered by
Run a 5-state allele-only HMM - two theta levels
run_allele_hmm_s5( pAD, DP, p_s, t = 1e-05, theta_min = 0.08, gamma = 20, prior = NULL, ... )
character vector Decoded states
integer vector Paternal allele counts
integer vector Total alelle counts
numeric vector Phase switch probabilities
numeric Transition probability between copy number states
numeric Minimum haplotype frequency deviation threshold
numeric Overdispersion in the allele-specific expression
numeric vector Prior probabilities for each state
Additional parameters
with(bulk_example, { run_allele_hmm_s5(pAD = pAD, DP = DP, R = R, p_s = p_s, theta_min = 0.08, gamma = 30) })
Run the code above in your browser using DataLab