autoEdgerComparison: Automatic edgeR analysis from counts

Description Usage Arguments Value

View source: R/edger_pairwise_comparison.R

Description

Perform the default edgeR analysis given a count matrix, a sample information data frame and a grouping column.

Usage

1
2
3
4
5
6
7
8
autoEdgerComparison(
  counts,
  sampInfo,
  groupCol,
  removeColName = TRUE,
  filterByExpr = FALSE,
  ...
)

Arguments

counts

The count matrix to analyze.

sampInfo

sampInfo The sample information data frame.

groupCol

groupCol The column containing the grouping variable

removeColName

Remove column name from design matrix?

filterByExpr

Apply filterByExpr?

...

Other arguments passed to edgerDfFromContrasts.

Value

A data frame with the results in a tidy format.


martingarridorc/biokit documentation built on June 28, 2021, 12:24 a.m.