plot_num_siggenes | R Documentation |
Sometimes one might want to know how many genes are deemed significant while shifting the bars which define significant. This provides that metrics as a set of tables of numbers of significant up/down genes when p-value is held constant, as well as number when fold-change is held constant.
plot_num_siggenes(
table,
methods = c("limma", "edger", "deseq", "ebseq"),
bins = 100,
constant_p = 0.05,
constant_fc = 0
)
table |
DE table to examine. |
methods |
List of methods to use when plotting. |
bins |
Number of incremental changes in p-value/FC to examine. |
constant_p |
When plotting changing FC, where should the p-value be held? |
constant_fc |
When plotting changing p, where should the FC be held? |
Plots and dataframes describing the changing definition of 'significant.'
[ggplot2]
## Not run:
pairwise_result <- all_pairwise(expt)
crazy_sigplots <- plot_num_siggenes(pairwise_result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.