Find the common diploid region in a group of pseudobulks
find_common_diploid(
bulks,
grouping = "clique",
gamma = 20,
theta_min = 0.08,
t = 1e-05,
fc_min = 2^0.25,
alpha = 1e-04,
min_genes = 10,
ncores = 1,
debug = FALSE,
verbose = TRUE
)
list Ploidy information
dataframe Pseudobulk profiles (differentiated by "sample" column)
logical Whether to use cliques or components in the graph to find dipoid cluster
numeric Dispersion parameter for the Beta-Binomial allele model
numeric Minimum imbalance threshold
numeric Transition probability
numeric Minimum fold change to call quadruploid cluster
numeric FDR cut-off for q values to determine edges
integer Number of cores to use