plot_volcano | R Documentation |
Use the results from limma-value to create a volcano plot to illustrate the significantly expressed genes. Up and down regulated genes are colored on the ggplot.
plot_volcano(data, anotate_genes = NULL, plot_colors)
data |
Dataframe of processed data from |
anotate_genes |
List of gene names to annotate. Default is NULL. |
plot_colors |
List containing three colors to differentiate between the up-regulated, down-regulated, and other genes |
ggplot with the fold value as the X-axis and the log 10 value of the adjusted p-value as the Y-axis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.