View source: R/supercell_assign.R
supercell_assign | R Documentation |
Assign super-cells to the most aboundant cluster
supercell_assign(
clusters,
supercell_membership,
method = c("jaccard", "relative", "absolute")
)
clusters |
a vector of clustering assignment |
supercell_membership |
a vector of assignment of single-cell data to super-cells (membership field of SCimplify function output) |
method |
method to define the most abuldant cell cluster within super-cells. Available: "jaccard" (default), "relative", "absolute".
|
a vector of super-cell assignment to clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.