visualiseClusteredGenesets | R Documentation |
Visulalise a set of clustered genesets on a circular dendrogram
visualiseClusteredGenesets( results_table, geneset_clust = NULL, odds_ratio_max_quantile = 0.9, highlight = c(), id_col = "geneset_id", name_col = "description", ngenes_col = "n_fg", odds_ratio_col = "odds.ratio" )
results_table |
A table of geneset results. |
geneset_clust |
A hclust object (e.g. from "clusterGenesetsByGenes"). |
odds_ratio_max_quantile |
A quantile to cap the odds.ratio at for visulisation purposes. |
highlight |
A vector of descriptions to highlight in the plot |
id_col |
The column containing the unique geneset identifiers |
name_col |
The column containing the geneset name |
ngenes_col |
The column containing the number of geneset genes in the foreground |
odds_ratio_col |
The column containing the odds ratio for geneset enrichment |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.