supercell_assign {SuperCell} | R Documentation |
Assign super-cells to the most aboundant cluster
Description
Assign super-cells to the most aboundant cluster
Usage
supercell_assign(
clusters,
supercell_membership,
method = c("jaccard", "relative", "absolute")
)
Arguments
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".
|
Value
a vector of super-cell assignment to clusters