VolcanoPlot | R Documentation |
Plotting differentially expressed genes (DEGs) in a particular cluster. Volcano plots are used to readily show the DEGs by plotting significance versus fold-change on the y and x axes, respectively.
VolcanoPlot(object, value = 0.05, name = NULL, fc = 0.5, FS = 0.4)
object |
A data frame showing the differentially expressed genes (DEGs) in a particular cluster |
value |
A numeric value of the false discovery rate. Default is 0.05.. Default is 0.05 |
name |
A string vector showing the name to be used on the plot title |
fc |
A numeric value of the fold change. Default is 0.5. |
FS |
A numeric value of the font size. Default is 0.4. |
A volcano plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.