View source: R/plotTopSigGenes.R
plotTopSigGenes | R Documentation |
Plot top significantly differentially expressed genes by contrast
plotTopSigGenes(
countDgeResult,
n = 5,
nSigned = NULL,
identifier = "GeneSymbol"
)
countDgeResult |
A |
n |
Integer, how many genes should be visualized per contrast. |
nSigned |
|
identifier |
Character string, column name in |
A ggplot
object
plotTopSigGenesByContrast
plots one contrast at a time.
edgeObj <- exampleEdgeObject()
edgeRes <- dgeWithEdgeR(edgeObj)
plotTopSigGenes(edgeRes, n=6)
## display top two positive and top three negative genes
plotTopSigGenes(edgeRes, nSigned=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.