plot_de_pvals | R Documentation |
Plot a multi-histogram containing (adjusted)p-values.
plot_de_pvals(
combined_data,
type = "limma",
p_type = "both",
columns = NULL,
...
)
combined_data |
Table to extract the values from. |
type |
If provided, extract the type_p and type_adjp columns. |
p_type |
Which type of pvalue to show (adjusted, raw, or all)? |
columns |
Otherwise, extract whatever columns are provided. |
... |
Arguments passed through to the histogram plotter |
The assumption of this plot is that the adjustment will significantly decrease the representation of genes in the 'highly significant' range of p-values. However, it is hoped that it will not utterly remove them.
Multihistogram of the result.
[plot_histogram()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.