Adds results from a particular clustering technique to the object.

add_clustering(object, flavor = c("hdbscan"), column = ".cluster", ...)

Arguments

object

A SingleCellExperiment::SingleCellExperiment object.

flavor

Determines which clustering technique to apply.

column

Determines the column name of the colData slot to store results to.

...

Additional parameters passed to functions.

Value

A SingleCellExperiment object with modified colData slot.

See also

[hdbscan()] for HDBSCAN clustering.