View source: R/volcano_plots.R
plot_volcano | R Documentation |
Plot Volcano plot
plot_volcano(
df,
p_adj_col = "padj",
lfc_col = "log2FoldChange",
label_col = "mgi_symbol",
p_adj_treshold = 0.05,
lfc_treshold = 1,
labels_n = 20,
labels = NULL
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.