View source: R/fct_11_enrichment.R
enrichment_tree_plot | R Documentation |
Create a dendogram plot of the enriched pathways to illustrate which paths contain similar genes.
enrichment_tree_plot(
go_table,
group,
right_margin = 10,
leaf_color_choices = NULL
)
go_table |
Enrichment table from the pathway analysis, the last column Genes contains lists |
group |
Selected group int the Direction column |
right_margin |
Control the size of the dendogram labels |
leaf_color_choices |
Vector of 2 colors for down and up regulation |
A dendogram plot that shows the users what pathways are that are enriched share genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.