Description Usage Arguments Examples
volcanoPlot plot for genes between two groups
1 2 3 | volcanoPlot(DEGs, adjP = 0.05, fc = log(2), ymax = 5,
showSymbols = FALSE, label = suppressWarnings(Sys.Date()),
width = 7, height = 7)
|
DEGs |
differentially expressed gene matrix obtained from 'FindMarkers'. |
adjP |
cutoff of adjusted p value to define DEGs |
fc |
fold change to define DEGs |
ymax |
maximum -log10(adjP) to show on y axis, default: 5. |
showSymbols |
show gene symbols for DEGs |
label |
stamp for output file name, default: date. |
width |
figure width, default: 7 |
heigth |
figure height, default: 5 |
1 2 3 4 | ## Not run:
volcanoPlot(DEGs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.