Adds results from a particular clustering technique to the object.
add_clustering(object, flavor = c("hdbscan"), column = ".cluster", ...)
object | A SingleCellExperiment::SingleCellExperiment object. |
---|---|
flavor | Determines which clustering technique to apply. |
column | Determines the column name of the |
... | Additional parameters passed to functions. |
A SingleCellExperiment object with modified colData
slot.
[hdbscan()] for HDBSCAN clustering.