volcanoplot | R Documentation |
This functions creates volcano plots given a dataframe containing: baseMean, log2FoldChange and padj header names.
volcanoplot(
res,
lfcthresh = 2,
sigthresh = 0.05,
main = "Volcano Plot",
legendpos = "topright",
textcx = 1,
...
)
res |
dataframe |
lfcthresh |
Log fold change threshold |
sigthresh |
pvalue adjusted threshold |
main |
Main plot legend |
legendpos |
Legend position |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.