View source: R/finalClustering.R
finalClustering | R Documentation |
This function merges initial clusters into final clusters based on the IDEr similarity matrix.
finalClustering(
seu,
dist,
cutree.by = "h",
cutree.h = 0.45,
cutree.k = 3,
hc.method = "complete"
)
seu |
A Seurat object that has undergone the |
dist |
A list output from the |
cutree.by |
Character string specifying whether to cut the dendrogram by height ("h") or by a fixed number of clusters ("k"). Default is "h". |
cutree.h |
Numeric value between 0 and 1 indicating the height at which
to cut the dendrogram. This parameter is ignored if |
cutree.k |
Numeric value specifying the number of clusters to generate
if |
hc.method |
Character string specifying the method to be used in
hierarchical clustering (passed to |
A Seurat object with the final clustering results stored in
the CIDER_clusters
column of its meta.data
.
getIDEr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.