signif_hist | R Documentation |
Plot histograms of significance (p-value & FDR) columns.
signif_hist(
tab,
p.suffix = "p",
fdr.suffix = "FDR",
sep = ".",
pi0 = FALSE,
name = "signif_hist",
plot = TRUE,
nrow = 2
)
tab |
Table of output from |
p.suffix |
Suffix for p-value columns. P-value column names cannot be duplicated. |
fdr.suffix |
Suffix for FDR columns. Set to |
sep |
Separator for column names before |
pi0 |
Logical indicating if proportion of null hypotheses should be calculated per p-value histogram. If
|
name |
Name of file to create. Set to |
plot |
Logical; should plot be generated? |
nrow |
Number of rows of figures to plot per page |
Some p-value columns must be identifiable using p.suffix
. If !is.na(fdr.suffix)
, FDR
colnames must have same prefix.
Invisibly, a subset of tab
with only columns that contain significances.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.