View source: R/Visualization_DEGvolcano.R
PointVolcano | R Documentation |
specific some genes to label
PointVolcano(
object,
which,
category = "H",
gene,
light = NULL,
light_color = "#24ac56",
light_label_color = "#24ac56",
expend = c(0.12, 0.12),
nudge_y_up = -6.5,
nudge_y_down = -4
)
object |
an DEGContainer |
which |
limma edgeR or DESeq2 |
category |
MSigDB collection abbreviation, such as H or C1. |
gene |
number or gene name |
light |
number or gene name |
light_color |
character |
light_label_color |
character |
expend |
c(0.12, 0.12) |
nudge_y_up |
nudge up gene label in y direction |
nudge_y_down |
nudge down gene label in y direction |
a ggplot ob
PointVolcano(DEGContainer,"limma")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.