Literature DB >> 21106489

A survey of statistical software for analysing RNA-seq data.

Dexiang Gao1, Jihye Kim, Hyunmin Kim, Tzu L Phang, Heather Selby, Aik Choon Tan, Tiejun Tong.   

Abstract

High-throughput RNA sequencing is rapidly emerging as a favourite method for gene expression studies. We review three software packages - edgeR, DEGseq and baySeq - from Bioconductor http://bioconductor.org for analysing RNA-sequencing data. We focus on three aspects: normalisation, statistical models and the testing employed on these methods. We also discuss the advantages and limitations of these software packages.

Entities:  

Mesh:

Year:  2010        PMID: 21106489      PMCID: PMC3500157          DOI: 10.1186/1479-7364-5-1-56

Source DB:  PubMed          Journal:  Hum Genomics        ISSN: 1473-9542            Impact factor:   4.639


Introduction

High-throughput genome-wide RNA profiling by deep sequencing (RNA-seq) is rapidly emerging as a favourite method for gene expression studies. RNA-seq provides more precise measurement of levels of transcripts at a wide dynamic range and the ability to quantitate and detect known and novel isoforms by comparison with hybridisation-based technology (oligonucleotide and cDNA microarrays). In every sequencing run, tens of millions of short reads are simultaneously sequenced in each lane by the next generation sequencer. After pre-processing and mapping against a reference genome, the total number of counts for each mappable transcript is reported. It has been reported that the sequencing results are highly reproducible [1]. One of the main applications of RNA-seq is to identify differential expression (DE) genes under two or more different phenotypes (eg cancer versus normal samples). Several statistical methods have been proposed to identify DE [1-5]. When choosing a statistical analysis approach, some aspects need to be considered: (a) Normalisation. It was noticed that the observed number of reads for a gene depends on the expression level and the length of the gene, and also on the RNA composition of the sample [6,7]. The purpose of the normalisation is to minimise the influences of gene length and total sample RNA composition so that the normalised read counts represent a direct reflection of the targeted gene expression level. It has been shown that the normalisation procedure has a great impact on DE detection [2,7]. Depending on the experimental design, different normalisation methods are required. (b) Statistical model. The Poisson distribution is commonly used to model count data. Due to biological and genetic variations, however, for sequencing data the variance of a read is often much greater than the mean value. That is, the data are over-dispersed. In such cases, one natural alternative to Poisson is the negative binomial (NB) model. In addition to these two commonly used models, other choices have also been proposed in the literature [8,9]. (c) Testing. In terms of tag detection, there are mainly two types of methods: exact testing methods -- such as Fisher's exact test (FET), and tests based on large sample approximation [1,10,11]. In this paper, we review three publicly available software packages from Bioconductor, which are specifically designed for RNA-seq data analyses. Our main goal was to provide detailed descriptions for each package to guide software selections for identifying DE for a given study design.

Software packages surveyed

1. edgeR

The R Bioconductor package, edgeR,[12] provides statistical routines for detecting DE in RNA-seq data. The package is extremely flexible and can handle the count data irrespective of whether or not they are over-dispersed. If the data are over-dispersed, the NB model is used. Conversely, the Poisson model is used when there is no over-dispersion detected in the data. edgeR requires the data to be in either one of two formats: a single file containing a table of counts, with the first column containing the read (refer to 'tag' in the package) identifiers and the remaining columns containing the tag counts for each sample sequenced; or an individual file for each library, each with the first column for tag identifier and second column for counts.

Normalisation

The quantile-adjusted method is used to standardise total read counts (library sizes) across samples [11]. Samples are assumed to be independent and identically distributed from NB distribution (M*p, ϕ) (see details in the Model section), where ϕ is initially estimated from all the samples, M* is the geometric mean of original library sizes and p, the proportion of tag g in the sequenced sample, can then be estimated, providing values for M and ϕ. Linear interpolation of quantile function is used to equate the quantiles across samples. The process is updated with new ϕ and p until ϕ converges.

Model

edgeR is based on NB distribution. Let Ydenote the observed data; where g is the gene (tag, exon, etc.), i is the experimental group and j is the index of samples. The counts can be modelled as Y~ NB(M, with mean μ= Mand variance = , where Mrepresents the library size, (ie the sum of the counts of tags in a sample) and prepresents the proportion of tag g of the sequenced sample for group i. ϕis the over-dispersion parameter (relative to Poisson) for accounting for biological or sample-to-sample variation. There are two options for ϕin the package; one is to use a common dispersion for all the tags and the other is to assume tagwise dispersion [3,11]. For many applications, using a common dispersion will be adequate. For the tagwise dispersion, edgeR moderates the estimates towards a common dispersion. Moderation is determined using an empirical Bayes rule [3]. It is noted in general that tagwise dispersion penalises tags with great variability within groups. If the common dispersion estimate is much greater than 0, it indicates that there is more variability in the data than the Poisson model can account for, and NB distribution should be used. With ϕ= 0, the NB distribution reduces to Poisson distribution.

Testing

edgeR employs an exact test for the NB distribution based on the normalised data. The test parallels with FET. The 'exactTest' function allows pairwise comparisons of groups. One of the objects produced by the function includes logFC, the log-fold change difference in the counts between the groups, and exact p-values. The results of the NB test can be accessed using the 'topTags' function, in which the adjusted p-values for multiple testing are reported using Benjamini and Hochberg's approach [13] as the default method of adjustment. Users can also supply their own desired adjustment method.

2. DEGseq

DEGseq is another R package specifically designed to identify DE from RNA-seq data [9]. The package includes two novel methods, the MA plot-based method (where M is the log ratio of the counts between two experimental conditions for gene g, and A is the two group average of the log concentrations of the gene) with a random sampling model (MARS) and the MA plot-based method with technical replicates (see details in the Models section), along with three existing methods: FET, the likelihood ratio test (LRT) and samWrapper. samWrapper was developed previously for microarray data analysis [14]. In this paper we focus our attention on MARS, FET and the LRT. Unlike edgeR, which allows over-dispersion, DEGseq assumes a binomial or Poisson distribution (which limits its application to data with no over-dispersion) and is extremely easy to use. The user needs only to specify the model, the normalisation methods and the input data, and the results will be saved to the user's designed folder. The input of the package is uniquely mapped reads (or tags), gene annotation of the corresponding genome and gene expression counts for each sample. The output includes a text file and a summary. The text file contains the original sample counts, p-value, and two q-values, indicating the expression difference between the two treatment groups for each gene, which are the adjusted p-values. There are several choices for normalisation: 'none', 'loess' and 'median'. The recommended (or default) method is 'none.'

Models

(i) MARS

In the MARS model, RNA sequencing is modelled as a random sampling process [15]. Each read is sampled independently and uniformly from every possible nucleotide in the sample. The number of tags coming from a gene follows a binomial distribution, which can be approximated by a Poisson distribution. The model identifies and visualises DE genes based on the MA plot. It follows that M and A are both normally distributed, given that the samples from the two conditions are independent. The conditional distribution of M, given that A = a, is also normally distributed. Under the null hypothesis that the probabilities of the tag coming from a specific gene are the same between the two experimental conditions, a Z-score statistic for the gene can be calculated, and the p-value can be converted to indicate if the gene g is differentially expressed. The MA plot has been widely used to detect and visualise the intensity-dependent ratio of microarray data [16].

(ii) LRT

LRT was used by Marioni [1] to identify differentially expressed genes from sequencing data. In the dataset used, samples from each group are technical replicates. Let Yrepresent the number of reads mapped to gene g for the j-th lane (sample) from group i, as described earlier for the edgeR model. Ythen can be modelled as a Poisson random variable with mean μ= M. Under the null hypothesis, the two groups A and B have the same value for gene g, p= pand, under the alternative hypothesis, for samples from group A and for samples from group B. Poisson regression is then performed where the standard LRT is computed to test for differences in expression between the two groups.

(iii) FET

Under the random sample process, the number of reads from a gene follows a binomial distribution which can be approximated by a Poisson distribution. The group counts and the total counts are also Poisson distributed. FET is then used to calculate the probability of observing group counts as the observed or more extreme if the null hypothesis is true (no difference between the two groups in the expression of gene g) for each gene. FET and large sample approximation, such as the LRT and Z score test, are the choices. Multiple testing was adjusted using the methods of either Benjamini and Hochberg [13] or Storey and Tibshirani [17].

3. baySeq

baySeq differs from the above two packages by employing an empirical Bayesian analysis approach to determine if there is DE between two different conditions [18]. It begins by assuming that the data follow a distribution, either Poisson or NB, which is defined by a set of underlying parameters. The prior for each parameter is estimated by first bootstrapping from the data, and then either applying the maximum likelihood method (assuming that the prior is from a Poisson or NB distribution), or applying quasi-likelihood methods. For each gene or tag, two scenarios (hypotheses) are envisaged: one where the expression pattern is the same across the two conditions (ie that there is no DE between the two conditions for the gene); the other where the expression patterns differ between the two conditions (ie that there is DE for the gene). Given the prior estimates and the likelihood of the distribution of the data, one can estimate the posterior likelihood under the two scenarios to determine if there is DE for that gene or tag. Two distributions are proposed for the data; one is Poisson and the other is NB. The Poisson model is faster, yet the NB model provides better fit for most RNA-seq data. baySeq recommends using the NB model in general. The required data format is the same as the edgeR package. Parallel processing is provided through the 'snow' package for faster processing. No normalisation procedure is proposed in this package. Two models are used in the package; one is to assume a Poisson distribution on each tag that is Y~ (M,), where the prior for pis assumed to follow gamma distribution p~ Γ(α, βgi). This model is therefore named the Poisson-gamma approach. In general, a subset of data is taken initially and more than 5,000 iterations are recommended for the bootstrapping. Gamma parameters are calculated using maximum likelihood methods. The mean of the maximum likelihood estimates is taken to obtain a prior on p. An initial prior value needs to be provided for the program to start. The other model assumes that the data are NB distributed, Y~ NB(M. As there is no conjugate prior available for this distribution, a numerical solution for an empirical prior is required. The program first bootstraps from the data, with around 10,000 iterations suggested. The parameters for an empirical prior distribution are estimated using the quasi-likelihood approach. Given the prior and the likelihood of the data, the posterior likelihoods are then calculated. The program repeatedly bootstraps to improve the accuracy of the prior estimation, and the posterior likelihood is updated accordingly. The estimated posterior likelihoods are reported on the natural logarithmic scale.

Conclusions

Among the three software packages surveyed, DEGseq is the easiest to use. baySeq in general takes much longer to run with the recommended number of iterations for the bootstrap. edgeR is the most flexible package and can handle both Poisson data and over-dispersed data without the need to pre-specify the model. baySeq also includes these two models but one needs to pre-specify which to use. DEGseq does not handle over-dispersed data. Over-dispersion is extremely common among biological samples. edgeR provides estimates of the over-dispersion parameter, which can be helpful in determining if a Poisson model is appropriate when applying the other two packages. edgeR normalises the data by scaling the number of reads to a common value across all samples. Recent studies have shown that gene length and RNA composition also bias total read counts of targeted genes. New software, providing normalisation for gene length and RNA composition, will be expected in the future.
  17 in total

1.  Normalization for cDNA microarray data: a robust composite method addressing single and multiple slide systematic variation.

Authors:  Yee Hwa Yang; Sandrine Dudoit; Percy Luu; David M Lin; Vivian Peng; John Ngai; Terence P Speed
Journal:  Nucleic Acids Res       Date:  2002-02-15       Impact factor: 16.971

2.  Statistical significance for genomewide studies.

Authors:  John D Storey; Robert Tibshirani
Journal:  Proc Natl Acad Sci U S A       Date:  2003-07-25       Impact factor: 11.205

3.  Moderated statistical tests for assessing differences in tag abundance.

Authors:  Mark D Robinson; Gordon K Smyth
Journal:  Bioinformatics       Date:  2007-09-19       Impact factor: 6.937

4.  Small-sample estimation of negative binomial dispersion, with applications to SAGE data.

Authors:  Mark D Robinson; Gordon K Smyth
Journal:  Biostatistics       Date:  2007-08-29       Impact factor: 5.899

5.  Statistical inferences for isoform expression in RNA-Seq.

Authors:  Hui Jiang; Wing Hung Wong
Journal:  Bioinformatics       Date:  2009-02-25       Impact factor: 6.937

6.  RNA-seq: an assessment of technical reproducibility and comparison with gene expression arrays.

Authors:  John C Marioni; Christopher E Mason; Shrikant M Mane; Matthew Stephens; Yoav Gilad
Journal:  Genome Res       Date:  2008-06-11       Impact factor: 9.043

7.  Mapping and quantifying mammalian transcriptomes by RNA-Seq.

Authors:  Ali Mortazavi; Brian A Williams; Kenneth McCue; Lorian Schaeffer; Barbara Wold
Journal:  Nat Methods       Date:  2008-05-30       Impact factor: 28.547

8.  Dynamics of gene expression revealed by comparison of serial analysis of gene expression transcript profiles from yeast grown on two different carbon sources.

Authors:  A J Kal; A J van Zonneveld; V Benes; M van den Berg; M G Koerkamp; K Albermann; N Strack; J M Ruijter; A Richter; B Dujon; W Ansorge; H F Tabak
Journal:  Mol Biol Cell       Date:  1999-06       Impact factor: 4.138

9.  Transcript length bias in RNA-seq data confounds systems biology.

Authors:  Alicia Oshlack; Matthew J Wakefield
Journal:  Biol Direct       Date:  2009-04-16       Impact factor: 4.540

10.  Overdispersed logistic regression for SAGE: modelling multiple groups and covariates.

Authors:  Keith A Baggerly; Li Deng; Jeffrey S Morris; C Marcelo Aldaz
Journal:  BMC Bioinformatics       Date:  2004-10-06       Impact factor: 3.169

View more
  10 in total

Review 1.  ChIP-seq and beyond: new and improved methodologies to detect and characterize protein-DNA interactions.

Authors:  Terrence S Furey
Journal:  Nat Rev Genet       Date:  2012-10-23       Impact factor: 53.242

2.  Modeling Expression Plasticity of Genes that Differentiate Drug-sensitive from Drug-resistant Cells to Chemotherapeutic Treatment.

Authors:  Ningtao Wang; Yaqun Wang; Hao Han; Kathryn J Huber; Jin-Ming Yang; Runze Li; Rongling Wu
Journal:  Curr Genomics       Date:  2014-10       Impact factor: 2.236

Review 3.  Bioinformatics challenges and perspectives when studying the effect of epigenetic modifications on alternative splicing.

Authors:  Clare Pacini; Magdalena J Koziol
Journal:  Philos Trans R Soc Lond B Biol Sci       Date:  2018-06-05       Impact factor: 6.237

4.  Long noncoding RNA and mRNA profiling in cetuximab-resistant colorectal cancer cells by RNA sequencing analysis.

Authors:  Changwen Jing; Rong Ma; Haixia Cao; Zhuo Wang; Siwen Liu; Dan Chen; Yang Wu; Junying Zhang; Jianzhong Wu
Journal:  Cancer Med       Date:  2019-03-07       Impact factor: 4.452

5.  Transcriptome analysis reveals the protection mechanism of proanthocyanidins for Saccharomyces cerevisiae during wine fermentation.

Authors:  Jingyuan Li; Kaili Zhu; Hongwei Zhao
Journal:  Sci Rep       Date:  2020-04-21       Impact factor: 4.379

6.  Systematic comparison and assessment of RNA-seq procedures for gene expression quantitative analysis.

Authors:  Luis A Corchete; Elizabeta A Rojas; Diego Alonso-López; Javier De Las Rivas; Norma C Gutiérrez; Francisco J Burguillo
Journal:  Sci Rep       Date:  2020-11-12       Impact factor: 4.379

7.  Analysis of LncRNA-mRNA Co-Expression Profiles in Patients With Polycystic Ovary Syndrome: A Pilot Study.

Authors:  Xiuhong Sun; Yishan Liu; Xinyu Gao; Mengxuan Du; Mengge Gao; Xingming Zhong; Xiangcai Wei
Journal:  Front Immunol       Date:  2021-04-14       Impact factor: 7.561

8.  Differential gene expression in tamoxifen-resistant breast cancer cells revealed by a new analytical model of RNA-Seq data.

Authors:  Kathryn J Huber-Keener; Xiuping Liu; Zhong Wang; Yaqun Wang; Willard Freeman; Song Wu; Maricarmen D Planas-Silva; Xingcong Ren; Yan Cheng; Yi Zhang; Kent Vrana; Chang-Gong Liu; Jin-Ming Yang; Rongling Wu
Journal:  PLoS One       Date:  2012-07-23       Impact factor: 3.240

9.  The Epigenome of Schistosoma mansoni Provides Insight about How Cercariae Poise Transcription until Infection.

Authors:  David Roquis; Julie M J Lepesant; Marion A L Picard; Michael Freitag; Hugues Parrinello; Marco Groth; Rémi Emans; Céline Cosseau; Christoph Grunau
Journal:  PLoS Negl Trop Dis       Date:  2015-08-25

10.  Transcriptional Profiling of Exosomes Derived from Staphylococcus aureus-Infected Bovine Mammary Epithelial Cell Line MAC-T by RNA-Seq Analysis.

Authors:  Yu Chen; Hongyuan Jing; Miaoyu Chen; Wan Liang; Jing Yang; Ganzhen Deng; Mengyao Guo
Journal:  Oxid Med Cell Longev       Date:  2021-07-29       Impact factor: 6.543

  10 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.