prot.plot_volcano | R Documentation |
Plots a volcano plot for a given contrast
prot.plot_volcano(
dep,
contrast,
label_size = 3,
alpha = 0.05,
lfc = 2,
add_names = TRUE,
adjusted = FALSE,
plot = TRUE,
export = TRUE
)
dep |
A SummarizedExperiment object |
contrast |
The contrast of interest in the format "conditionA_vs_conditionB" |
label_size |
The size of labels for the protein names |
alpha |
The alpha value used to determine significance. |
lfc |
The log2 fold change threshold. |
add_names |
Logical, whether to add protein names to the plot |
adjusted |
Logical, whether to plot adjusted p-values. The |
plot |
Logical, whether to return the volcano plot |
export |
Logical, whether to export the volcano plot as PND and PDF file |
(invisibly) A data frame with columns for protein, log2 fold change, and -log10 p-value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.