Description Usage Arguments Details Author(s) See Also Examples
Draws a histogram of empirical p-values and shows the corresponding q-values corrected for multiple testing.
1 2 3 |
x |
object of type |
main |
main title of the histogram. |
xlab |
legend for the x-axis. |
col |
color for the histogram bars. |
xlim |
limits for the x-axis (p-values). |
... |
further parameters passed on to the default |
This function draws a regular histogram of empirical p-values observed in the splitSet at hand. The corresponding q-values, corrected by the method suggested by Benjamini-Hochberg, are plotted into the same graph. The scale for the q-values is shown at the left hand side of the plot.
Claudio Lottaz
1 2 | data(golubKEGGSplits)
hist(golubKEGGSplits, col="red")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.