Description Usage Arguments Value Author(s) Examples
View source: R/CORE_clustering.R
from clustering results, compare similarity between clusters by adjusted Randindex
1 | find_stability(list_clusters = NULL, cluster_ref = NULL)
|
list_clusters |
is a object from the iterative clustering runs |
cluster_ref |
is a object from the reference cluster |
a data frame
with stability scores and rand_index results
Quan Nguyen, 2017-11-25
1 2 3 4 5 6 | day5 <- day_5_cardio_cell_sample
mixedpop2 <-new_summarized_scGPS_object(ExpressionMatrix = day5$dat5_counts,
GeneMetadata = day5$dat5geneInfo, CellMetadata = day5$dat5_clusters)
cluster_all <-clustering(object=mixedpop2)
stab_df <- find_stability(list_clusters=cluster_all$list_clusters,
cluster_ref = cluster_all$cluster_ref)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.