plot_overlap | R Documentation |
Heatmap will plot genes on the X-axis against annotations on the Y-axis.
Matches will be shown with colored squares, and non-matches will be
transparent. If the value
is "Gene Value", "Odds Ratio", "Fold
Enrichment" or "Adjusted Fold Enrichment", if the value is NaN or an
infinity, these will also be transparent.
plot_overlap(matches, value, input, stats, xpos = "bottom")
matches |
value from |
value |
|
input |
output of |
stats |
value from |
xpos |
x axis position, "top" or "bottom" |
ggplot2: heatmap of overlap
anno <- E.PATH::annotations data <- E.PATH::database input <- process_input_text("FCN1 0.1 FTL 0.8 CLU 0.05") results <- compute(input, anno, data) over <- plot_overlap(results$matches, "Gene Value", input, results$stats)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.