Description Usage Arguments Value See Also
Adds results from a particular clustering technique to the object.
1 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.