View source: R/plot_volcano_basic.R
takes in a data.frane with the columns gene, logFC, pvalue and significant to draw a volcano. Optionally, a column indicating 'color' (string) can be supplied to indicate the volcano color scheme and whether to draw names of specific proteins.
1 2 3 4 5 6 | plot_volcano_basic(
df,
col_significant = "#41AB5D",
col_other = "grey",
gg.size = 3
)
|
df |
a data.frame with at least columns gene, logFC, pvalue and significant. |
col_significant |
the color of significant proteins/rows. |
col_other |
the color of non-significnt proteins/rows. |
gg.size |
the size of the points. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.