volcano_plot | R Documentation |
Get FC and p values from a t test contrast
volcano_plot(
d_FC,
p_adjust,
sig_FC_min,
sig_p_value_min,
symmetric_x,
x_min,
x_max,
point_size,
point_transparency,
scale_factor,
scale_factor_species_label,
squared = TRUE,
axistick = 1
)
d_FC |
data.frame with FEATURE_NAME, p and log2FC |
p_adjust |
calculate and use FDR |
sig_FC_min |
|FC| treshold |
sig_p_value_min |
P value treshold |
symmetric_x |
make x axis symetric around 0 |
x_min |
x min |
x_max |
x max |
point_size |
point size |
point_transparency |
point alpha |
scale_factor |
scale factor for fonts |
scale_factor_species_label |
scale factor point labels |
squared |
make plot a square |
axistick |
axis ticks |
tibble with p values, fdr and log2FC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.