plot_volcano.RdVolcano plot
plot_volcano(regression_significance, max_p_trans = 10, FDR_cutoff = 0.1)
| regression_significance | returned by |
|---|---|
| max_p_trans | maximum value of -log10 pvalues to plot |
| FDR_cutoff | FDR cutoff to label for significance |
a grob
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 resultsplot_volcano(regression_significance, 10, 0.1)