Description Usage Arguments Value Examples
Mean versus average (MA) plot of output from subDEG.
1 2 3 4 5 6 7 8 9 10 11 |
deg |
output from subDEG which may be either a list or data.frame. |
geneID |
character, column names to use for labeling top hits. |
lfc |
numeric absolute log2(fold-change) threshold. |
padj |
numeric, adjusted p-value threshold. |
ave |
numeric, average expression threshold.
|
topN |
an integer, number of genes to label in plot (selected by largest absolute fold-change). |
cexText |
numeric, scaling factor for labels for top hits. |
classCol |
a character vector specifying class colors. |
... |
additional arguments passed to |
a MA-plot
1 2 | deg <- subDEG(crcTCGAsubset, crcTCGAsubset$CMS, doVoom=TRUE, sortBy="B")
subMA(deg, geneID="symbol", lfc=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.