RNA-seq / Differential expression analysis using edgeR

Description

Differential expression analysis using the exact statistical methods of the edgeR Bioconductor package ("classic edgeR"). Please note that this tool is suitable only for two group comparisons. For multifactor experiments you can use the tool "Differential expression using edgeR for multivariate experiments", which uses generalized linear models -based statistical methods ("glm edgeR").

Parameters


Details


This tool takes as input a table of raw counts from the different samples. The count file has to be associated with a phenodata file describing the experimental groups. These files are best created by the tool "Utilities / Define NGS experiment", which combines count files for different samples to one table, and creates a phenodata file for it.

You can choose to ignore in statistical testing those genes which are not expressed in either experimental group or are expressed in very low levels (less than 5 counts). These genes have little chance of showing significant evidence for differential expression, and removing them reduces the severity of multiple testing adjustment of p-values.

Normalization factors are calculated using the library size given by the user in the phenodata.tsv or by summing the counts for each sample. Trimmed mean of M-values (TMM) normalization is then used to calculate normalization factors in order to reduce RNA composition effect, which can arise for example when a small number of genes are very highly expressed in one experiment condition but not in the other.

Dispersion is estimated using the quantile-adjusted conditional maximum likelyhood method (qCML). It can estimate a common dispersion for all the genomic features, or a separate (tagwise) dispersion for each individual feature using an empirical Bayes strategy.

You should always have at least two biological replicates for each experiment condition. If this is not possible, you can still run the analysis by guessing the dispersion value with the 'Dispersion value' parameter. The default value for this parameter is 0.1, which is somewhere in-between what is usually observed for technical replicates (0.01) and human data (0.4).

Once negative binomial models are fitted and dispersion estimates are obtained, edgeR proceeds with testing for differential expression using the exact test, which is based on the qCML methods.

Output

The analysis output consists of the following files:


References

This tool uses the edgeR package for statistical analysis. Please read the following article for more detailed information:

MD Robinson, DJ McCarthy, and GK Smyth. edgeR: a bioconductor package for differential expression analysis of digital gene expression data. Bioinformatics, 26 (1):139-40, Jan 2010.

.