Description Usage Arguments Details Value Examples
This function takes the output from condcomp
and plots some of
its attributes in a scatter plot.
1 | condcompPlot(ccomp, col = ccomp$iqr, main = NULL, legend.title = "IQR")
|
ccomp |
A data frame output from |
col |
Color parameter to be used. The default is to color according to
the IQR column of |
main |
Character vector (or expression) giving plot title. |
legend.title |
Character vector giving the legend title. |
The first condition ratio that appears in the data frame will be plotted in the y-axis (-log10 scale), whereas the Z-score will be plotted along the x-axis. Each group will be colored by their respective IQR value as shown in the legend.
A ggplot2 object.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.