plotPdist | R Documentation |
plotPdist
makes a plot with distribution of raw p-values, obtained by
limmaDE
.
plotPdist(res, bin.size = 0.02, text.size = 12, plot.grid = TRUE)
res |
Output table from |
bin.size |
Bin size for the histogram. |
text.size |
Text size. |
plot.grid |
Logical to plot grid. |
A ggplot
object.
library(proteusLabelFree)
data(proteusLabelFree)
prodat.med <- normalizeData(prodat)
res <- limmaDE(prodat.med)
plotPdist(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.