EdgeR

This node uses the edgeR package of R for differential expression analysis of RNA-seq expression profiles with biological replication. EdgeR takes as input an annotation file and a count table.

Options

Method for calculation of normalization factors
Choose which normalization method should be used for calculating normalization factors to scale the raw library size.
There are four different normalization methods that can be used:
  • RLE - is the scaling factor method proposed by Anders and Huber (2010). It is called 'relative log expression', as median library is calculated from the geometric mean of all columns and the median ratio of each sample to the median library is taken as the scale factor.
  • TMM - is the weighted trimmed mean of M-values (to the reference) proposed by Robinson and Oshlack (2010), where the weights are from the delta methods on Binomial data. The library whose upper quartile is closest to the mean upper quartile is used.
  • upperquartile - is the upper-quartile normalization method of Bullard et al (2010), in which the scale factors are calculated from the 75% quantile of the counts for each library, after removing genes which are zero in all libraries. This idea is generalized here to allow scaling by any quantile of the distribution.
  • none - then the normalization factors are set to 1.
(default: TMM)
P-value correction method
Choose which correction method should be used for adjusting p values for multiple comparisons.
  • bonferroni - in the Bonferroni correction the p values are multiplied by the number of comparisons. This is a more conservative correction compared to the other adjustment methods.
  • holm - Holm (1979)
  • hochberg - Hochberg (1988)
  • hommel - Hommel (1988)
The Hochberg's and Hommel's methods are valid when the hypothesis tests are independent or when they are non-negative associated (Sarkar, 1998; Sarkar and Chang, 1997). Hommel's method is more powerful than Hochberg's, but the difference is usually small and the Hochberg p values are faster to compute.
The Bonferroni's, Holm's, Hochberg's and Hommel's methods are designed to give strong control of the family-wise error rate. There seems no reason to use the unmodified correction because it is dominated by Holm's method, which is also valid under arbitrary assumptions.
  • BH - Benjamini and Hochberg (1995)
  • BY - Benjamini and Yekutieli (2001)
The 'BH'(aka 'fdr') and 'BY' method control the false discovery rate, the expected proportion of false discoveries amongst the rejected hypotheses. The false discovery rate is a less stringent condition than the family-wise error rate, so these methods are more powerful than the others.
  • none - a pass-through option
(default: BH)

Input Ports

Icon
Row names: IDs of features.
Column headers are the names of the samples.
Cell 0...n: Count of features in the samples.
Icon
Row names: Names of the samples as they are named in the count table.
The column header should be named 'condition'.
Cell 0: Condition (should only contain two conditions).

Output Ports

Icon
Cell 0: ID of feature.
Cell 1: Log2 fold change
Cell 2: Average log2 CPM (counts per million) expression
Cell 3: P-value
Cell 4: Adjusted p-value

Popular Predecessors

Popular Successors

  • No recommendations found

Views

STDOUT / STDERR
STDOUT and STDERR of the underlying R script.

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.