Description Usage Arguments Value Examples
Function that creates a new object of class TermsClustering. The clustering is performed on a significant set of enrichment results that is defined by the parameters passed to this function.
1 2 | get_terms_clustering(x, gene_annotations, distance_measure,
significance_threshold, adj_method, max_clusters)
|
x |
The GeneListEnrichment class on which the method will run. |
gene_annotations |
The GeneAnnotations on which the enrichment was computed. |
distance_measure |
The similarity distance metric employed. |
significance_threshold |
The significance enrichment threshold |
adj_method |
The multiple test correction method (any of those supported by p.adjust()) |
An object of class TermsClustering
1 | TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.