silhouette_mean | R Documentation |
Calculate the average silhouette score from a silhouette object
silhouette_mean(sil_obj)
sil_obj |
A silhouette object |
This function takes in a Seruat object and runs silhouette scoring
A numeric value
## Not run:
sil <- silhouette_seurat(sobject = seurat_obj)
sil_mean <- silhouette_mean(sil_obj = sil)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.