plot_volcano_skeleton | R Documentation |
Plots skeleton of volcano plot
plot_volcano_skeleton(
.data,
fc,
pval,
remove_inf_fc = TRUE,
pt.size = 0.5,
fc_thresh = 1
)
.data |
data frame with p values and fold change |
fc |
name of fold change variable |
pval |
name of p-val variable |
remove_inf_fc |
(optional; default: TRUE) remove zero and infinite fold change values |
pt.size |
(optional; default: 0.5) size of points |
fc_thresh |
(optional; default: 1) fold change threshold to draw lines at |
ggplot of volcano plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.