volcano_plot | R Documentation |
draws a plot of peptide count against log fc at either protein or peptide level for samples
volcano_plot(
l,
log = FALSE,
base = 2,
sig_level = 0.05,
metric = "bootstrap_t_p_val",
option = "E",
direction = -1
)
l |
list of results data frames, typically from 'compare_many()' |
log |
log the data |
base |
base for logging |
sig_level |
significance cutoff for colour |
metric |
metric to use for significance |
option |
viridis colour scheme key to use |
direction |
viridis colour scheme direction (1/-1) |
ggplot2 plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.