R/mc_from_coclust.r
mcell_mc_from_coclust_balanced.Rd
build a metacell cover from co-clust data through filtering un-balanced edges and running graph cover
mcell_mc_from_coclust_balanced(
mc_id,
coc_id,
mat_id,
K,
min_mc_size,
alpha = 2
)
Id of new metacell object
cocluster object to use
mat object to use when building the mc object
- this will
minimum mc size for graph cov
the threshold for filtering edges by their coclust weight is alpha * (Kth highest coclust on either node1 or node2)