Description Usage Arguments Details Note Author(s) See Also Examples
Graphical display of LBE objects.
1 |
LBEobj |
LBE object. |
rng |
Range of q-values to consider. |
plot.type |
If plot.type == "main", The estimated q-values versus the p-values are plotted together with the histogram of the p-values. If plot.type == "multiple" (default value), several graphics are displayed. |
legend |
Logical value for displaying the legend on the plot (when plot.type == "main"). |
If plot.type == "multiple", the following graphics are displayed: 1. The histogram of the p-values. 2. The estimated q-values versus the p-values. 3. The number of significant tests versus each qvalue cutoff. 4. The number of expected false positives versus the number of significant tests.
The function LBEplot is analogous to the function qplot from the package qvalue
.
Cyril Dalmasso
LBE
, LBEsummary
, LBEwrite
, LBEa
1 2 3 4 5 6 7 | ## start
data(hedenfalk.pval)
res=LBE(hedenfalk.pval,plot.type="none")
LBEplot(res)
LBEplot(res,plot.type="main")
LBEplot(res,plot.type="main",legend=FALSE)
## end
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.