clusteredOntologyDotplot | R Documentation |
Performs ontology clustering by genes and then shows medoids of the clusters with enrichplot::dotplot
clusteredOntologyDotplot(
ont.res,
p.adj = 0.05,
min.genes = 1,
cut.h = 0.66,
top.n = Inf,
...
)
ont.res |
something |
p.adj |
numeric Adjusted p-value set (default=0.05) |
min.genes |
integer Minimal number of genes (default=1) |
cut.h |
numeric (default=0.66) |
top.n |
integer Number of enriched terms to display (default=Inf). If Inf, no limit is set. |
... |
additional parameters passed to enrichplot::dotplot() |
enrichplot::dotplot showing medoids of gene clustering
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.