topDgeExpressionByContrast: Return raw expression of top differentially expressed genes...

View source: R/topDgeExpression.R

topDgeExpressionByContrastR Documentation

Return raw expression of top differentially expressed genes of one contrast

Description

Return raw expression of top differentially expressed genes of one contrast

Usage

topDgeExpressionByContrast(
  edgeResult,
  ntop = 10,
  contrast,
  exprsFun = function(dgeList) cpm(dgeList, log = TRUE)
)

Arguments

edgeResult

An EdgeResult object.

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 EdgeResult.

Value

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


bedapub/ribiosNGS documentation built on Feb. 10, 2025, 12:34 a.m.