Description Usage Arguments Value Examples
View source: R/plotting_functions.r
Draw Volcano Plot for APS DE Comparison
1 2 3 4 5 6 7 8 | aps_volcano_plot(
df,
q_threshold,
fc_threshold,
label_q_threshold,
label_fc_threshold,
draw_labels = FALSE
)
|
df |
Data-frame containing DE results. |
q_threshold |
Q-threshold for colouring points. |
fc_threshold |
Fold-change threshold for colouring points. |
label_q_threshold |
Q-value threshold for adding labels. |
label_fc_threshold |
Fold-change threshold for adding labels. |
draw_labels |
Boolean - add labels? |
A ggplot object
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.