plotVolcano | R Documentation |
This function generates a volcano plot for differentially expressed genes
(DEGs) using ggplot2
. It allows for customization of the plot with
different aesthetic parameters.
plotVolcano(data, data.text, x, y, color, label)
data |
A data frame containing the DEGs result. |
data.text |
A data frame containing labeled data for text annotation. |
x |
variable representing the aesthetic for the x-axis. |
y |
variable representing the aesthetic for the y-axis. |
color |
variable representing the column name for the color aesthetic. |
label |
variable representing the column name for the text label aesthetic. |
A ggplot
object representing the volcano plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.