View source: R/topDgeExpression.R
topDgeExpressionByContrast | R Documentation |
Return raw expression of top differentially expressed genes of one contrast
topDgeExpressionByContrast(
edgeResult,
ntop = 10,
contrast,
exprsFun = function(dgeList) cpm(dgeList, log = TRUE)
)
edgeResult |
An |
ntop |
Integer, number of top differentially expressed genes. |
contrast |
A character string or an integer value, specifying which contrast is considered. |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.