P-value Histogram

plot_pvalues(regression_significance)

Arguments

regression_significance

returned by diffex_mzroll; a tibble of tests performed.

Examples

regression_significance <- diffex_mzroll( nplug_mzroll_normalized, "normalized_log2_abundance", "limitation + limitation:DR + 0" )
#> Warning: q-value calculation initially failed due to too many small p-values #> but claman was able to recover results
plot_pvalues(regression_significance)