Run joint HMM on a pseudobulk profile
run_joint_hmm(
pAD,
DP,
p_s,
Y_obs = 0,
lambda_ref = 0,
d_total = 0,
theta_min = 0.08,
theta_neu = 0,
bal_cnv = TRUE,
phi_del = 2^(-0.25),
phi_amp = 2^(0.25),
phi_bamp = phi_amp,
phi_bdel = phi_del,
alpha = 1,
beta = 1,
mu = 0,
sig = 1,
t = 1e-05,
gamma = 18,
prior = NULL,
exp_only = FALSE,
allele_only = FALSE,
classify_allele = FALSE,
phasing = TRUE,
debug = FALSE
)integer vector Paternal allele counts
integer vector Total alelle counts
numeric vector Phase switch probabilities
numeric vector Observed gene counts
numeric vector Reference expression rates
integer Total library size for expression counts
numeric Minimum haplotype imbalance threshold
numeric Expected fold change for deletion
numeric Expected fold change for amplification
numeric Expected fold change for balanced amplification
numeric Expected fold change for balanced deletion
numeric Global expression bias
numeric Global expression variance
numeric Transition probability between copy number states
numeric Overdispersion in the allele-specific expression
logical Whether to only use expression data
logical Whether to only use allele data