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)
A volcano plot
A data frame showing the differentially expressed genes (DEGs) in a particular cluster
A numeric value of the false discovery rate. Default is 0.05.. Default is 0.05
A string vector showing the name to be used on the plot title
A numeric value of the fold change. Default is 0.5.
A numeric value of the font size. Default is 0.4.