EnhancedVolcano2 | R Documentation |
EnhancedVolcano::EnhancedVolcano()
Wrapper around EnhancedVolcano::EnhancedVolcano()
EnhancedVolcano2(
toptable,
lab,
x,
y,
pCutoff = 0.001,
FCcutoff = 1.5,
col_by_regul = TRUE,
col_up = "#b2182b",
col_down = "#2166ac",
col_others = "#e0e0e0",
...
)
toptable |
|
lab |
|
x |
|
y |
|
pCutoff |
|
FCcutoff |
|
col_by_regul |
lgl, default TRUE, whether to color variable by gene regulation - Up, Down, Other |
col_up |
a character string denoting color for up genes, works only when col_by_regul = |
col_down |
a character string denoting color for down genes, works only when col_by_regul = |
col_others |
a character string denoting color for other genes, works only when col_by_regul = |
... |
Other parameters pass to |
a volcano plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.