Run multiple HMMs
run_group_hmms(
bulks,
t = 1e-04,
gamma = 20,
alpha = 1e-04,
min_genes = 10,
nu = 1,
common_diploid = TRUE,
diploid_chroms = NULL,
allele_only = FALSE,
retest = TRUE,
run_hmm = TRUE,
exclude_neu = TRUE,
ncores = 1,
verbose = FALSE,
debug = FALSE
)
dataframe Pseudobulk profiles
numeric Transition probability
numeric Dispersion parameter for the Beta-Binomial allele model
numeric P value cut-off to determine segment clusters in find_diploid
logical Whether to find common diploid regions between pseudobulks
character vector Known diploid chromosomes to use as baseline
logical Whether only use allele data to run HMM
logcial Whether to retest CNVs
logical Whether to run HMM segments or just retest
integer Number of cores