add_clustering: Add a clustering

Description Usage Arguments Value See Also

Description

Adds results from a particular clustering technique to the object.

Usage

1
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.


jenzopr/singlecellutils documentation built on June 12, 2019, 2:51 a.m.