Calculate LLR for an expression HMM
calc_exp_LLR(
Y_obs,
lambda_ref,
d,
phi_mle,
mu = NULL,
sig = NULL,
alpha = NULL,
beta = NULL
)
numeric Log-likelihood ratio
numeric vector Gene expression counts
numeric vector Reference expression levels
numeric vector Total library size
numeric MLE of expression fold change phi (alternative hypothesis)
numeric Mean parameter for the PLN expression model
numeric Dispersion parameter for the PLN expression model
numeric Hyperparameter for the gamma poisson model (not used)
numeric Hyperparameter for the gamma poisson model (not used)