View source: R/get_partition_agreement_scores_omada.R View source: R/get_partition_agreement_scores.R
get_partition_agreement_scores | R Documentation |
Get a dataframe of partition agreement scores for a set of random parameters clustering runs across different methods
Get a dataframe of partition agreement scores
get_partition_agreement_scores(object)
get_partition_agreement_scores(object)
object |
An object of class "clusterAnalysis" |
A dataframe of partition agreement scores for a set of random parameters clustering runs across different methods
A dataframe of partition agreement scores parameters clustering runs across different methods
ms.object <- clusteringMethodSelection(toy_genes, method.upper.k = 3,
number.of.comparisons = 2)
get_partition_agreement_scores(ms.object)
oa.object <- omada(toy_genes, method.upper.k = 4)
get_partition_agreement_scores(oa.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.