run_allele_hmm_s3 | R Documentation |
Run a 3-state allele HMM
run_allele_hmm_s3(
pAD,
DP,
R,
p_s,
t = 1e-05,
theta_min = 0.08,
gamma = 20,
r = 0.015
)
pAD |
integer vector Paternal allele counts |
DP |
integer vector Total alelle counts |
R |
numeric vector Variant mapping bias direction |
p_s |
numeric vector Phase switch probabilities |
t |
numeric Transition probability between copy number states |
theta_min |
numeric Minimum haplotype frequency deviation threshold |
gamma |
numeric Overdispersion in the allele-specific expression |
character vector Decoded states
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.