aps_volcano_plot.Rd
Draw Volcano Plot for APS DE Comparison
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