Description Usage Arguments Details Examples
Z-score coloured barplot of terms ordered alternatively by z-score or the negative logarithm of the adjusted p-value
1 |
data |
A data frame containing at least the term ID and/or term, the
adjusted p-value and the z-score. A possible input can be generated with
the |
display |
A character vector indicating whether a single plot ('single') or a facet plot with panels for each category should be drawn (default='single') |
order.by.zscore |
Defines the order of the bars. If TRUE the bars are ordered according to the z-scores of the processes. Otherwise the bars are ordered by the negative logarithm of the adjusted p-value |
title |
The title of the plot |
zsc.col |
Character vector to define the colour scale for the z-score of the form c(high, midpoint,low) |
If display
is used to facet the plot the width of the panels
will be proportional to the length of the x scale.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.