Description Usage Arguments Value
Volcano plot of output from subDEG
.
1 2 3 4 5 6 7 8 9 10 11 | subVolcano(
deg,
geneID = "rownames",
lfc = log2(2),
padj = 0.05,
ave = 0,
topN = 10,
cexText = 1,
classCol = getOption("subClassCol"),
...
)
|
deg |
output from |
geneID |
|
lfc |
a numeric absolute log2(fold-change) threshold. |
padj |
a numeric, adjusted p-value threshold.
|
ave |
a numeric, average expression threshold. |
topN |
an integer, number of genes to label in plot (selected by largest absolute fold-change). |
cexText |
a numeric, scaling factor for labels for top hits. |
classCol |
a character vector specifying class colors. |
... |
additional arguments passed to |
one or more volcano plots where horizontal dashed line is the maximum
p-value below padj
and vertical lines the lfc
-threshold.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.