View source: R/09_Statistics.R
pFrequencyPlot | R Documentation |
makes a frequency plot of the pvalues and adjustedpvalues (columns of the statistics layer ending by '_p' and '_padj')
pFrequencyPlot(romics_object, p_columns = "all", p = 0.05, bin_width = 0.01)
romics_object |
A romics_object created with the function romicsCreateObject() |
p_columns |
'all' by default, otherwise it can be a text vector containing the columns to be plotted. |
p |
indicate the target pvalue to be plotted with a red dotted bar. |
bin_width |
numeric vector, by default 0.01 indicate the width of the frequency bins |
plot all or a specified list of pvalue and adjusted pvalues frequency plots
returns one or multiple plots
Geremy Clair
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.