plot_stats | R Documentation |
Plot overlap statistics as a bar graph
plot_stats(stats, value, color, sort_y = FALSE)
stats |
value from |
value |
|
color |
|
sort_y |
whether to sort annotations by |
ggplot2: bar chart of statistics
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) stat <- plot_stats(results$stats, 'Fold Enrichment', 'Adjusted P-value')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.