View source: R/mc_from_coclust.r
mcell_mc_from_coclust_balanced | R Documentation |
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
)
mc_id |
Id of new metacell object |
coc_id |
cocluster object to use |
mat_id |
mat object to use when building the mc object |
K |
- this will |
min_mc_size |
minimum mc size for graph cov |
alpha |
the threshold for filtering edges by their coclust weight is alpha * (Kth highest coclust on either node1 or node2) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.