View source: R/get_prop_associations.R
merge_small_clusts | R Documentation |
Merge small subclusters into larger ones
merge_small_clusts(con, clusts, min_cells_group)
con |
conos Object for the dataset with umap projection and groups as cell types |
clusts |
character The initially assigned subclusters by leiden clustering |
min_cells_group |
numeric The minimum allowable cluster size |
The subcluster labels with small clusters below the size threshold merged into the nearest larger cluster.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.