View source: R/topDgeExpression.R
topDgeExpression | R Documentation |
Return raw expression of top differentially expressed genes of multiple contrasts
topDgeExpression(
edgeResult,
ntop = 10,
contrast = NULL,
exprsFun = function(dgeList) cpm(dgeList, log = TRUE)
)
edgeResult |
An |
ntop |
Integer, number of top differentially expressed genes. |
contrast |
|
exprsFun |
A function to derive expression values from |
A tibble
object with Contrast
in the first column and
a wide table of raw expression, feature annotation, and sample annotations
in the rest columns
topDgeExpressionByContrast
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.