Literature DB >> 31787074

Joint between-sample normalization and differential expression detection through ℓ0-regularized regression.

Kefei Liu1, Li Shen1, Hui Jiang2.   

Abstract

BACKGROUND: A fundamental problem in RNA-seq data analysis is to identify genes or exons that are differentially expressed with varying experimental conditions based on the read counts. The relativeness of RNA-seq measurements makes the between-sample normalization of read counts an essential step in differential expression (DE) analysis. In most existing methods, the normalization step is performed prior to the DE analysis. Recently, Jiang and Zhan proposed a statistical method which introduces sample-specific normalization parameters into a joint model, which allows for simultaneous normalization and differential expression analysis from log-transformed RNA-seq data. Furthermore, an ℓ0 penalty is used to yield a sparse solution which selects a subset of DE genes. The experimental conditions are restricted to be categorical in their work.
RESULTS: In this paper, we generalize Jiang and Zhan's method to handle experimental conditions that are measured in continuous variables. As a result, genes with expression levels associated with a single or multiple covariates can be detected. As the problem being high-dimensional, non-differentiable and non-convex, we develop an efficient algorithm for model fitting.
CONCLUSIONS: Experiments on synthetic data demonstrate that the proposed method outperforms existing methods in terms of detection accuracy when a large fraction of genes are differentially expressed in an asymmetric manner, and the performance gain becomes more substantial for larger sample sizes. We also apply our method to a real prostate cancer RNA-seq dataset to identify genes associated with pre-operative prostate-specific antigen (PSA) levels in patients.

Entities:  

Keywords:  Between-sample normalization; Differential expression; RNA-seq; ℓ 0-regularized regression

Mesh:

Year:  2019        PMID: 31787074      PMCID: PMC6886201          DOI: 10.1186/s12859-019-3070-4

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Introduction

A fundamental problem in RNA-seq data analysis is to identify genes or exons that are differentially expressed with varying experimental conditions based on the read counts. Some widely used methods for differential expression analysis in RNA-seq data are edgeR [1, 2], DESeq2 [3] and limma-voom [4, 5]. In edgeR and DESeq2, the read counts are assumed to follow negative binomial (NB) distributions; while in limma-voom, the logarithmic transformation is taken on the data which compresses the dynamic range of the read counts so that the outliers become more “normal”. Consequently, existing statistical methods that are designed for analyzing normally distributed data can be employed to analyze RNA-seq data. Due to the relative nature of RNA-seq measurements for transcript abundances as well as differences in library sizes and sequencing depths across samples [6], between-sample normalization of read counts is essential in differential expression (DE) analysis with RNA-seq data. A widely used approach for data normalization in RNA-seq is to employ a sample-specific scaling factor, e.g., CPM/RPM (counts/reads per million) [7], upper-quartile normalization [8], trimmed mean of M values [7] and DESeq normalization [9]. A review of normalization methods in RNA-data data analysis is given in [6]. In most existing methods for DE analysis in RNA-seq, the normalization step is performed prior to the DE detection step, which is sub-optimal because ideally normalization should be based on non-DE genes for which the complete list is unknown until after the DE analysis. In [10], a statistical method for robust DE analysis using log-transformed RNA-seq data is proposed, where sample-specific normalization factors are introduced as unknown parameters. This allows for more accurate and reliable detection of DE genes by simultaneously performing between-sample normalization and DE detection. An ℓ0 penalty is introduced to enforce that a subset of genes are selected as being differentially expressed. The experimental conditions are restricted to be categorical (e.g., 0 and 1 for control and treatment groups, respectively), and a one-way analysis of variance (ANOVA) type model is employed to detect differentially expressed genes across two or more experimental conditions. In [11], the model of [10] is generalized to continuous experimental conditions, and the sparsity-inducing ℓ0 penalty is relaxed as the ℓ1 penalty. An alternating direction method of multipliers (ADMM) algorithm is developed to solve the resultant convex problem. Due to the relaxation of the ℓ0 regularization, the method in [11] may not be as robust against noise and efficient in inducing sparse solutions as that in [10]. In this paper, we again generalize the model in [10] from categorical to continuous experimental conditions. But different from [11], we retain the ℓ0 penalty in our model to efficiently induce sparsity. We formulated two hypothesis tests suited to different applications: the first hypothesis test is that considered in [10] and answers the question of whether the expression of a gene is significantly affected by any covariate; and in addition, a second hypothesis is formulated to test whether the expression of a gene is significantly affected by a particular covariate, when all other covariates in the regression model are adjusted for. Due to the use of the ℓ0 penalty, the resulting problem is high-dimensional, non-differentiable and non-convex. To fit the proposed model, we study the optimality conditions of the problem and develop an efficient algorithm for its solution. We also propose a simple rule for the selection of tuning parameters. Experiments on synthetic data demonstrate that the proposed method outperforms existing ones in terms of detection accuracy when a large fraction of genes are differentially expressed in an asymmetric manner, and the performance gain becomes more substantial for larger sample sizes. We also apply our method to a real prostate cancer RNA-seq dataset to identify genes associated with pre-operative prostate-specific antigen (PSA) levels in patients.

Methods

Given m genes and n samples, let y,i=1,…,m,j=1,…,n, be the log-transformed gene expression values of the i-th gene in the j-th sample. A small positive constant can be added prior to taking the logarithm to avoid taking logarithm of zeros. We formulate the following model: where α is the intercept, is the regression coefficient vector of the linear model for gene i, and is a vector of p predictor variables for sample j representing its experimental conditions (drug dosage, blood pressure, age, BMI, etc.), d represents the normalization factor for sample j, and is i.i.d. Gaussian noise. Our goal is for each gene to determine whether its expression level is significantly associated with the experimental conditions or not.

Remark 1

The α and d in (1) model gene-specific factors (e.g., gene length) and sample-specific factors (i.e., sequencing depth), respectively. Thus, model (1) can accommodate any gene expression levels summarized in the form of c/(l·q), where c is the read count, l is the gene-specific scaling factor (e.g., gene length) associated with gene i and q is the sample-specific scaling factor (e.g., sequencing depth) associated with sample j. Special cases are read count (i.e., l=q=1), CPM/RPM (i.e., l=1) [7], RPKM/FPKM [12,13] and TPM [14]. Since the random noise in gene expression measurements are independent across genes and samples, the likelihood is given by The negative log-likelihood is where C depends on but not on {α},{} and {d}. In “Maximum likelihood estimation of noise variance” section, we will describe how to estimate . Hereafter, we assume that ’s are known and simply denote the negative log-likelihood as . In practice, typically only a subset of genes are differentially expressed. We introduce a sparse penalty to the negative log likelihood function: where λ’s are tuning parameters that control the sparsity level of the solution, and p() is a penalty function In this paper, we use the following two types of penalty functions. Type I penalty: This penalty function applies to applications where all covariates are of interest and we want to identify genes for which at least one covariate is associated with its expression. Type II penalty: This penalty applies to applications where only one (the p-th) covariate is of main interest (e.g., treatment) while we want to adjust for all other covariates (e.g., age, sex, etc).

Algorithm development

Note that without d, model (1) would be decoupled as m independent linear regression models, one for each gene. The first step of our algorithm is to solve for d and express it as a function of ’s. Note that the optimization problem (6) is convex in (,). Therefore, the minimizer of (,) is one of its stationary points. Taking partial derivatives of with respect to d,j=1,…,n, and setting them to zeros, we have The solution to model (1) is not unique because an arbitrary constant can be added to d’s and subtracted from α’s, while having the same model fit. To address this issue, we fix d1=0. Therefore where Here the superscript ( denotes “weighted mean". Calculating the partial derivatives of with respect to α,i=1,…,m, and setting them to zeros, we have where From (10) it follows where Substituting (16) into (13) yields The sum of (10) and (18) yields Substituting (19) into (6), the problem becomes an ℓ0-regularized linear regression problem with being the only variables to be optimized: where It is easy to see that In the next two sections, we will describe algorithms to solve Problem (20) with type I and type II penalties, respectively.

Fitting the model with type I penalty

Denote , and let where ’s are considered as functions of . The objective in Problem (20) can be written as . Assume that is fixed, f can be minimized by minimizing each g() separately. Next we express the minimizing solution of g() as a function of . When =, When ≠, Taking partial derivatives of (26) with respect to ,i=1,…,m, and setting them to zeros yields where the superscript (ols) indicates an ordinary least squares estimate for the model, and is a column vector containing the centered expression of gene i in all samples, i.e., the i-th row of : The objective function value at is The change in the objective value g() from in Eq. (30) to = in Eq. (25) is Therefore, the solution is Now we only need to solve for . We have where the second equality is due to the fact that is a constant independent of , and the third equality follows from (31). Problem (33) can be solved exactly using an exhausted grid search for p=1 or 2, and approximately using a general global optimization algorithm (e.g., the optim function in R) for larger p. A more efficient algorithm proposed in [15] can also be used. After we obtain the estimate of , we substitute it into (32) to get the estimate of . Algorithm 1 describes the complete model fitting procedure.

Fitting the model with type II penalty

Denote , and let where ’s are considered as functions of . The objective function in Eq. (20) is . Assume that is fixed, f can be optimized by minimizing each h() separately. Next we find the solution for ’s as a function of by minimizing h(). Denote When β=0, Taking derivatives of (35) with respect to and setting them to zeros yields where Denote , where the superscript (r) denotes the reduced model. Substituting into (35) and after some matrix algebraic manipulation, we have When β≠0, The minimizing solution of h() is shown in (27), and its p-th coordinate is where the second equality follows from and the inverse formula for the partitioned matrix of . The value of h() at is The decrease in the objective value from β=0 in Eq. (38) to β≠0 in Eq. (41) is where the second equality employs the following equality: which is obtained by partitioning into a 2×2 block matrix and then substituting the formula for its inverse, and is defined in Eq. (40). Therefore, the solution is Now we only need to solve for δ. We have where the second equality is due to the fact that is a constant independent of . Substituting (42) into (44) yields where the as a function of δ is defined in Eq. (40). After is estimated, the estimate of β is obtained by substituting into (43). Algorithm 2 describes the complete model fitting procedure. Next, we introduce a simple method for the selection of the tuning parameters in our model, which is based on the property of the solution (32) or (43).

Tuning parameter selection: regression with type I penalty

Substituting (19) into (1) and assuming that is fixed, we have where are the normalized data, which we use here as the response variables, and . The condition for =0 in (32) can be rewritten as Under the null hypothesis, =; the left-hand side of (47) follows a chi-squared distribution with p degrees of freedom, i.e., . This suggests us choose λ=1/2·F−1(1−q; p)=1/2·{x:F(x; p)=1−q}, where F(x; p) is the cumulative distribution function of , and q is a pre-specified significance level.

Tuning parameter selection: regression with type II penalty

Let denote the normalized data: where . The condition for β=0 in (43) can be rewritten as where is defined in (40) and is the standard error of the estimate . Under the null hypothesis, β=0; the left-hand side of (49) follows the standard Gaussian distribution. This suggests us choose λ=1/2·[Φ−1(1−q/2)]2, where Φ(·) is the cumulative distribution function of the standard Gaussian distribution, and q is a pre-specified significance level.

Maximum likelihood estimation of noise variance

To estimate , consider the negative log-likelihood function with ’s being unknown as well: Setting partial derivatives of l(·) with respect to α,,i=1,…,m, and d,j=1,…,n to zeros, and after some mathematical manipulation, we obtain where and are defined in (28), (22) and (11), respectively. Taking partial derivatives of l(·) with respect to and setting them to zeros gives Substituting (19) into (52), we have where and are as defined in (14) and (17), respectively. Given initial estimates of ’s and and can be updated alternately using Eqs. (51), (53), and (12) until convergence. After are estimated, they can be robustified using a “shrinkage toward the mean” scheme [16]: where The noise variance estimates , can then be used in Algorithm 1 or 2 to solve for .

Remark 2

Note that when , it is no longer needed to estimate σ2 since σ2 in (6) can be incorporated into the tuning parameters λ’s.

Results and discussion

We demonstrate the performance of our proposed method (named rSeqRobust) by comparing it with other existing methods for DE gene detection from RNA-seq data: edgeR-robust [1,2], DESeq2 [3], limma-voom [4,5], and ELMSeq (which fits a similar model but with ℓ1 rather than ℓ0 penalty) [11]. We consider the simple regression model (p=1), in which case Algorithms 1 and 2 coincide. For ELMSeq, the tuning parameter is set as the 5th percentile of m values: [11]. The tuning parameters λ is set based on the significant level of q=0.01.

Simulations on synthetic data

We simulate both log-normally distributed and negative-binomially distributed read counts, with m=20,000 genes and n=7, 20 or 200 samples. The RNA-seq read counts are generated as under the log-normal (LN) distribution assumption, and as [2] under the NB distribution assumption, where μ is the mean read counts of gene i in sample j. The generation of μ is described in Table 1. The variance of the normal distribution is set as , and the dispersion parameter of the NB distribution is set as ϕ=0.25.
Table 1

Models and parameters for synthetic data generation

i∼eunif(5,10)length of gene i
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$\alpha _{i} \sim \mathcal {N}(0,1)$\end{document}αiN(0,1)other log scaling factors of gene i
βi=0log-fold change for non-DE genes
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$\beta _{i} \sim \mathcal {N}(2,1)$\end{document}βiN(2,1)log-fold change for up-regulated DE genes
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$\beta _{i} \sim \mathcal {N}(-2,1)$\end{document}βiN(2,1)log-fold change for down-regulated DE genes
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$x_{j} \sim \mathcal {N}(0,1)$\end{document}xjN(0,1)covariates for sample j
Nj∼unif(2,3)×106library size of sample j
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$d_{j} \sim \mathcal {N}(0, 1)$\end{document}djN(0,1)other log scaling factors of sample j
\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$\mu _{ij} = N_{j} \frac {\ell _{i}}{\sum _{i=1}^{m} \ell _{i}} \mathrm {e}^{\alpha _{i} + \beta _{i} x_{j} + d_{j}}$\end{document}μij=Njii=1mieαi+βixj+djmean read counts of gene i in sample j
Models and parameters for synthetic data generation After estimating the sample-specific normalization factors d’s using Algorithm 1, we substitute ’s into model (1) to obtain m decoupled gene-wise linear regression models. For each gene i, we test the null hypothesis that β=0, and calculate the p-value. We decide there is a significant linear association between the experimental variable x and the gene expression y if the p-value is less than a predefined threshold (e.g., 0.05). With the p-value for each gene, we rank the genes and vary the p-value threshold from 0 to 1 to determine significant DE genes and calculate the area under the ROC curve (AUC). Table 2 shows the AUCs of the five methods on log-normally distributed data with sample size n=20. We observe the followings: i) In relatively easy scenarios where a small percent of genes are differentially expressed (i.e., DE% =1% or 10%) or the up- and down-regulated genes are equal in portions (i.e., Up% =50%), all five methods perform equally well (within one standard error of AUC difference); ii) In challenging scenarios where a large percent of genes are differentially expressed (i.e., DE% ≥30%) and the up- and down-regulated genes are different in portions (i.e., Up% =75% or 100%), rSeqRobust outperforms ELMSeq, which in turn outperforms the rest; iii) In the most challenging scenarios with 70% or 90% DE genes that are all overexpressed (i.e., Up% =100%), only rSeqRobust achieves good results (AUC=0.9638 or 0.8276).
Table 2

The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on log-normally distributed data

DE (%)Up (%)edgeRDESeq2voomELMSeqrSeqRobust
1500.97340.97360.97860.97170.9757
(0.0091)(0.009)(0.007)(0.0065)(0.0064)
1750.9540.95310.97110.93430.935
(0.0113)(0.0141)(0.0086)(0.0153)(0.018)
11000.95250.95310.96330.94760.9594
(0.0144)(0.0137)(0.0108)(0.0151)(0.0139)
10500.9580.96230.96680.95730.9627
(0.0079)(0.0069)(0.0057)(0.0069)(0.0067)
10750.97070.96320.97490.9640.9668
(0.0057)(0.0045)(0.004)(0.0061)(0.0057)
101000.94030.92720.96050.940.9435
(0.0107)(0.0142)(0.0077)(0.0128)(0.0128)
30500.96890.96960.9740.96650.9678
(0.0056)(0.0048)(0.005)(0.0053)(0.0052)
30750.93180.92650.94580.95640.9655
(0.0113)(0.0116)(0.0096)(0.0078)(0.0059)
301000.87710.86930.87530.93720.9566
(0.0153)(0.0091)(0.0145)(0.0149)(0.0086)
50500.94660.9540.94250.95570.957
(0.0092)(0.0059)(0.0087)(0.0071)(0.0065)
50750.90990.9060.91450.94010.9566
(0.0167)(0.0123)(0.0178)(0.0135)(0.0076)
501000.70830.72360.71970.8790.9576
(0.022)(0.0291)(0.0242)(0.0195)(0.0071)
70500.9670.96550.96520.96550.969
(0.0039)(0.0034)(0.0036)(0.0031)(0.0021)
70750.85690.83510.85640.90890.9692
(0.0193)(0.0161)(0.0194)(0.0118)(0.0045)
701000.45360.52120.48930.47860.9638
(0.0344)(0.0296)(0.018)(0.037)(0.0082)
90500.9530.95380.95130.95610.9512
(0.0064)(0.0064)(0.0081)(0.0042)(0.0049)
90750.72030.69180.72560.69060.9584
(0.0239)(0.0177)(0.0323)(0.0167)(0.0084)
901000.25680.5060.25660.35160.8276
(0.0257)(0.0265)(0.0278)(0.0345)(0.0426)

The sample size is n=20. The variance of the normal distribution is . The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold

The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on log-normally distributed data The sample size is n=20. The variance of the normal distribution is . The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold Table 3 shows the AUCs of different methods for negative-binomially distributed data. The same observations are obtained as in Table 2: In relatively easy settings with small percent of DE genes or symmetric over- and under-expression pattern, rSeqRobust performs as well as other methods; In challenging settings with large percent of DE genes (DE% ≥10%) and asymmetric over- and under-expression pattern (Up% =75% or 100%), rSeqRobust consistently performs the best, and ELMSeq ranks second in all except extreme cases: (Up%, DE%) =(70%, 100%), (90%, 75%) or (90%, 100%) where most methods suffer from severe performance degradation or complete failure.
Table 3

The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on negative-binomially distributed data

DE (%)Up (%)edgeRDESeq2voomELMSeqrSeqRobust
1500.95850.96350.96360.96360.9622
(0.0105)(0.0105)(0.0101)(0.0106)(0.0112)
1750.96440.96960.9670.97110.9734
(0.0114)(0.0098)(0.0105)(0.0095)(0.0088)
11000.97850.97110.9770.97650.9754
(0.0051)(0.0083)(0.0061)(0.005)(0.0056)
10500.95760.96040.96130.96470.9658
(0.005)(0.0035)(0.0039)(0.0042)(0.0036)
10750.95510.9570.95590.96130.9664
(0.0054)(0.0075)(0.0061)(0.0075)(0.0047)
101000.94690.94960.94740.96110.9635
(0.0105)(0.008)(0.0103)(0.0059)(0.0056)
30500.95090.95280.9490.96040.9582
(0.0083)(0.0045)(0.0101)(0.0035)(0.0043)
30750.94130.94280.94060.96640.9673
(0.0093)(0.0056)(0.0069)(0.0026)(0.0024)
301000.86890.86290.8790.91280.9429
(0.015)(0.0106)(0.0168)(0.0113)(0.0061)
50500.95990.96180.95430.96290.962
(0.0081)(0.006)(0.0086)(0.0054)(0.006)
50750.88340.89020.8920.92790.9482
(0.0123)(0.0131)(0.01)(0.0132)(0.0078)
501000.74650.70030.74250.88020.9595
(0.0302)(0.0174)(0.0318)(0.012)(0.0058)
70500.95650.96290.9560.96370.9636
(0.0049)(0.0036)(0.0054)(0.0025)(0.0026)
70750.81640.79220.82640.88470.956
(0.0187)(0.0066)(0.0248)(0.0107)(0.0033)
701000.49640.4880.54620.44820.9522
(0.0323)(0.0227)(0.0315)(0.0224)(0.0046)
90500.95030.96040.94630.95840.9478
(0.0064)(0.0037)(0.0077)(0.0037)(0.0062)
90750.66570.62720.68790.59920.6912
(0.0205)(0.0124)(0.0226)(0.0131)(0.0946)
901000.24550.47520.29050.28260.5379
(0.0317)(0.0225)(0.0316)(0.0214)(0.1178)

The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold

The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on negative-binomially distributed data The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold In Tables 4 and 5, the sample size is reduced to n=7. Again, we observe similar patterns: when a small subset of genes are differentially expressed (i.e., DE% =1% or 10%), or the up- and down-regulated DE genes are imbalanced in numbers, rSeqRobust and other methods perform equally well; when most genes are differentially expressed (i.e., DE% = 50% or 70%) in an asymmetric manner (i.e., Up% =75% or 100%), rSeqRobust outperforms all other methods. Note that in the presence of 70% DE genes that are all up-regulated, only rSeqRobust achieves good results (AUC =0.9059 for LN data and AUC =0.8623 for NB data).
Table 4

The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on log-normally distributed data

DE (%)Up (%)edgeR - robustDESeq2limma - voomELMSeqrSeqRobust
1500.93490.94420.90870.92430.9277
(0.0222)(0.0134)(0.0265)(0.0154)(0.0156)
1750.93490.94230.94360.93590.9315
(0.0153)(0.0125)(0.0144)(0.015)(0.0147)
11000.9070.87810.92350.84980.8481
(0.0391)(0.0456)(0.0398)(0.0579)(0.0596)
10500.87430.87720.86870.86040.864
(0.0177)(0.0171)(0.0211)(0.0194)(0.0192)
10750.90430.89160.92750.87510.8729
(0.0256)(0.0276)(0.0226)(0.0329)(0.0373)
101000.92170.89590.91740.91940.9217
(0.0185)(0.0191)(0.0233)(0.0201)(0.0205)
30500.91540.91110.91960.88740.8937
(0.0141)(0.0177)(0.0153)(0.023)(0.0224)
30750.90210.87620.89420.87770.8862
(0.0324)(0.0395)(0.0407)(0.0458)(0.0509)
301000.85990.84310.86580.83910.8964
(0.0201)(0.0175)(0.022)(0.0265)(0.0149)
50500.90180.91780.90350.89780.8914
(0.0187)(0.0132)(0.0162)(0.0162)(0.0252)
50750.87040.86810.87240.87190.9066
(0.02)(0.021)(0.0182)(0.027)(0.0215)
501000.72270.7590.72510.81330.8809
(0.0331)(0.0278)(0.0291)(0.036)(0.0268)
70500.88040.9050.86410.90040.8885
(0.0247)(0.0238)(0.0348)(0.0258)(0.0301)
70750.80730.82020.80880.87610.8747
(0.0275)(0.0285)(0.0241)(0.0277)(0.0227)
701000.47480.50970.48910.47780.9059
(0.0507)(0.0415)(0.0601)(0.0614)(0.0165)
90500.89050.93160.86250.90940.8581
(0.0299)(0.0113)(0.0322)(0.0116)(0.0433)
90750.68970.65340.70150.67060.7144
(0.0485)(0.0438)(0.045)(0.0379)(0.0721)
901000.22290.49890.28180.31020.411
(0.04)(0.0297)(0.0365)(0.041)(0.0916)

The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold

Table 5

The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on negative-binomially distributed data

DE (%)Up (%)edgeR - robustDESeq2limma - voomELMSeqrSeqRobust
1500.86960.89440.86860.89240.9052
(0.0378)(0.0175)(0.0389)(0.017)(0.0162)
1750.90850.90380.89610.90010.9057
(0.0166)(0.0146)(0.0166)(0.0163)(0.0162)
11000.91080.8980.91580.89920.8933
(0.0228)(0.0279)(0.0205)(0.0223)(0.0237)
10500.91890.91760.91410.90920.9126
(0.0089)(0.009)(0.0091)(0.0091)(0.008)
10750.90250.89990.89940.88920.8961
(0.011)(0.0099)(0.0124)(0.0122)(0.0108)
101000.85580.86560.86460.8540.8651
(0.0263)(0.0257)(0.0217)(0.029)(0.0258)
30500.91560.91480.90820.90460.9037
(0.0117)(0.0108)(0.0126)(0.0097)(0.0095)
30750.89630.90020.88790.89350.904
(0.0134)(0.008)(0.0171)(0.0126)(0.0096)
301000.86550.88430.84890.89620.9215
(0.02)(0.0091)(0.0244)(0.0085)(0.0073)
50500.89240.90060.88040.88880.8895
(0.0146)(0.012)(0.0201)(0.0129)(0.0123)
50750.88370.90250.87610.89250.9241
(0.0214)(0.0095)(0.0219)(0.024)(0.0083)
501000.69740.69060.69630.76480.854
(0.0255)(0.0261)(0.0236)(0.029)(0.021)
70500.89850.90970.89480.88970.8806
(0.0175)(0.0101)(0.0168)(0.0144)(0.0189)
70750.79510.78450.8060.81630.8678
(0.0203)(0.0094)(0.0236)(0.0158)(0.0253)
701000.56730.48750.56510.480.8623
(0.0271)(0.0255)(0.0326)(0.0261)(0.024)
90500.88090.90140.86580.88410.8025
(0.0184)(0.0143)(0.0233)(0.0169)(0.0367)
90750.68590.65570.68860.6510.6562
(0.0422)(0.032)(0.0399)(0.0378)(0.0565)
901000.23480.39320.21050.29780.4837
(0.0256)(0.0273)(0.0355)(0.0196)(0.0576)

The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold

The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on log-normally distributed data The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on negative-binomially distributed data The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold In Tables 6 and 7, the sample size is increased to n=200. As the sample size increases from n=20 to n=200, the AUCs of edgeR-robust, DESeq2 and limma-voom increase for easy cases (small percent of DE genes or symmetric over- and under-expression patterns). However, for challenging cases (i.e., DE% =50%, 70% or 90%, Up% =75% or 100%), the AUCs decrease. On the contrary, the AUC of rSeqRobust increases consistently in all cases. The performance gain of rSeqRobust over other methods is more significant for more challenging cases. Note that rSeqRobust performs nearly as well in the most challenging cases (Up%, DE%) =(50%, 100%), (70%, 100%), (90%, 75%) or (90%, 100%) as in easy cases. In contrast, ELMSeq only works for (Up%, DE%) =(50%, 100%) and edgeR-robust, DESeq2, limma-voom completely fail in all these cases. This indicates that rSeqRobust is more robust than ELMSeq, which in turn is more robust than edgeR-robust, DESeq2 and limma-voom.
Table 6

The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on log-normally distributed data

DE (%)Up (%)edgeR - robustDESeq2limma - voomELMSeqrSeqRobust
1500.97270.98610.99060.98640.9863
(0.0077)(0.0066)(0.0051)(0.0061)(0.0063)
1750.99510.99940.99910.99860.9991
(0.0032)(4e-04)(9e-04)(9e-04)(8e-04)
11000.97740.98920.99390.98110.9845
(0.0089)(0.0068)(0.0026)(0.0093)(0.0135)
10500.98070.98890.9890.9830.9847
(0.0038)(0.0016)(0.0021)(0.0026)(0.0025)
10750.98030.98560.98890.9870.9895
(0.0037)(0.0027)(0.0019)(0.0023)(0.0028)
101000.96010.95680.9790.97840.9763
(0.0072)(0.007)(0.0038)(0.0052)(0.0073)
30500.98110.98860.98780.98540.9864
(0.002)(8e-04)(0.002)(9e-04)(0.001)
30750.93210.9460.95760.98360.9856
(0.005)(0.0036)(0.0031)(0.0026)(0.0026)
301000.83130.78590.88920.97250.9809
(0.0217)(0.0072)(0.0171)(0.0036)(0.0028)
50500.98360.99040.98560.98890.9893
(0.002)(0.0016)(0.0013)(0.0013)(0.0013)
50750.85180.80610.88570.97870.987
(0.0218)(0.011)(0.0167)(0.0024)(0.002)
501000.57080.55330.58630.8960.9827
(0.0356)(0.0086)(0.0223)(0.0078)(0.0029)
70500.97630.98750.970.9860.9871
(0.0034)(0.0013)(0.0085)(0.0022)(0.0019)
70750.70510.59860.74660.8850.9826
(0.0226)(0.0139)(0.0311)(0.0109)(0.003)
701000.37020.52750.37270.38250.9864
(0.0052)(0.0097)(0.013)(0.0018)(0.0028)
90500.97920.98510.97660.98780.9894
(0.0034)(0.0027)(0.0035)(0.0019)(0.0016)
90750.42420.53240.48870.40610.9869
(0.0163)(0.0135)(0.0205)(0.0049)(0.0018)
901000.38810.54560.35530.38330.9841
(0.003)(0.0119)(0.0027)(0.0026)(0.0018)

The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold

Table 7

The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on negative-binomially distributed data

DE (%)Up (%)edgeR - robustDESeq2limma - voomELMSeqrSeqRobust
1500.99340.99190.99220.99420.9937
(0.0038)(0.0043)(0.0048)(0.0039)(0.0045)
1750.99330.99330.9930.99530.9922
(0.0033)(0.0043)(0.0036)(0.0032)(0.0047)
11000.98820.98360.98670.99010.9891
(0.0046)(0.0057)(0.0054)(0.0045)(0.0047)
10500.98660.98920.98760.98980.9895
(0.0024)(0.0021)(0.0024)(0.002)(0.0019)
10750.97750.98030.97950.98670.9874
(0.0037)(0.0044)(0.0032)(0.0024)(0.0025)
101000.97240.97390.97880.98640.9883
(0.0045)(0.0046)(0.0035)(0.0032)(0.0028)
30500.98380.98810.98510.98740.9878
(0.0022)(0.0018)(0.0022)(0.0017)(0.0014)
30750.95680.96010.96140.98370.9868
(0.0058)(0.0022)(0.0052)(0.0023)(0.0015)
301000.88090.89020.890.98370.9898
(0.0171)(0.0044)(0.0143)(0.0014)(0.0013)
50500.9820.98750.98230.98670.9869
(0.0022)(0.0013)(0.0027)(0.0017)(0.0016)
50750.91780.89770.92280.97990.986
(0.008)(0.0074)(0.0069)(0.0015)(0.0013)
501000.58170.55090.64130.91570.9923
(0.0345)(0.0104)(0.027)(0.0026)(0.0012)
70500.98110.98730.98070.98730.9871
(0.0026)(0.0016)(0.0022)(0.0013)(0.0014)
70750.79350.65590.82580.91080.986
(0.0348)(0.023)(0.0306)(0.0061)(0.0013)
701000.35290.45080.38660.33710.9865
(0.0082)(0.0222)(0.0188)(0.003)(0.0018)
90500.98420.98670.98490.9870.9875
(0.0023)(0.0019)(0.0019)(0.0015)(0.0015)
90750.50170.53260.56830.40440.9864
(0.0238)(0.0121)(0.0247)(0.0104)(7e-04)
901000.34030.51450.29790.31670.9828
(0.0033)(0.0092)(0.0021)(0.003)(0.0012)

The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold

The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on log-normally distributed data The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold The AUCs of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust based on negative-binomially distributed data The table shows the percent of DE genes (DE %), percent of up-regulated genes among all the DE genes (Up %), and the mean AUCs (standard errors in parentheses) for all five methods with 10 simulated replicates. The highest AUC value is shown in bold Table 8 shows the average running times (in seconds) of the five methods on an Intel Core i3 processor with 8GB of memory and a clock frequency of 3.9GHz. We can see that rSeqRobust is slower than limma-voom; however, it scales well for large sample sizes and is much faster than ELMSeq.
Table 8

The computational times (in seconds) of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust

nedgeRDESeq2voomELMSeqrSeqRobust
75.450.760.13403.3916.63
209.491.510.16987.8721.84
20070.6849.300.542225.9576.93

Percent of DE genes: 10%, percent of up-regulated genes among the DE genes: 50%. The least time is shown in bold

The computational times (in seconds) of edgeR-robust, DESeq2, limma-voom, ELMSeq and rSeqRobust Percent of DE genes: 10%, percent of up-regulated genes among the DE genes: 50%. The least time is shown in bold

Application to a real RNA-seq dataset

We further assess the proposed method on a real RNA-seq dataset from The Cancer Genome Atlas (TCGA) project [17], which contains 20,531 genes from 187 prostate adenocarcinoma patient samples. The dataset was downloaded from the TCGA data portal (https://portal.gdc.cancer.gov). In this experiment, we aim at identifying genes associated with pre-operative prostate-specific antigen (PSA), which is an important biomarker for prostate cancer. The data are pre-processed using the procedures described in [11]. We use the Bonferroni correction and determined DE genes using a p-value threshold of 0.05/m. Figure 1 shows the Venn diagram based on the sets of differentially expressed genes discovered by five methods.
Fig. 1

Venn diagram based on the set of differentially expressed genes identified by edgeR, DESeq2, limma-voom, ELMSeq and rSeqRobust

Venn diagram based on the set of differentially expressed genes identified by edgeR, DESeq2, limma-voom, ELMSeq and rSeqRobust There are twelve genes that are detected by rSeqRobust and ELMSeq, but not by edgeR, DESeq2 and limma-voom: EPHA5, RNF126P1, BCL11A, RIC3, AJAP1, CDH3, WIT1, PRSS16, CEACAM1, DCHS2, CRHR1 and SRD5A2. For the majority of these twelve genes, there are existing publications reporting their associations with prostate cancer. For instance, EPHA5 is known to be underexpressed in prostate cancer [18]. CEACAM1 is known to suppress prostate cancer cell proliferation when overexpressed [19]. Two of the twelve genes, CRHR1 and SRD5A2, are identified only by rSeqRobust, where SRD5A2 is associated with racial/ethnic disparity in prostate cancer risk [20]. There are twelve genes that are detected by all five methods: KANK4, RHOU, TPT1, SH2D3A, EEF1A1P9, ZCWPW1, ZNF454, RACGAP1, PTPLA, POC1A, AURKA and TIMM17A. Similarly, there are existing publications reporting their associations with prostate cancer. For instance, RHOU is associated with the invasion, proliferation and motility of prostate cancer cells [21].

Conclusion & discussion

In this paper, we present a unified statistical model for joint normalization and differential expression detection in RNA-seq. Different from existing methods, we explicitly model sample-specific normalization factors as unknown parameters, so that they can be estimated simultaneously together with detection of differentially expressed genes. Using an ℓ0-regularized regression approach, our method is robust against large proportion of DE genes and asymmetric DE pattern, and is shown in empirical studies to be more accurate in detecting differential gene expression patterns. This model generalizes [10] from categorical experimental conditions using an ANOVA-type model to continuous covariates using a regression model. In addition, two hypothesis tests are formulated: i) Is the expression level of a gene associated with any covariates of the regression model? This is the test considered in [10]; ii) Is the expression level of a gene associated with a specific covariate of our interest, when all other variables in the regression model are adjusted for? Although the model is high-dimensional, non-differentiable and non-convex due to the ℓ0 penalty, we manage to develop an efficient algorithms to find their its solution by making use of the optimality conditions of the ℓ0-regularized regression. It can be shown that for categorical experimental data, the developed algorithm for the first hypothesis test for the slopes in a regression model with p binary covariates reduces to that in [10] for the (p+1)-group model.
  19 in total

1.  TileMap: create chromosomal map of tiling array hybridizations.

Authors:  Hongkai Ji; Wing Hung Wong
Journal:  Bioinformatics       Date:  2005-07-26       Impact factor: 6.937

Review 2.  Androgen metabolism and prostate cancer: establishing a model of genetic susceptibility.

Authors:  R K Ross; M C Pike; G A Coetzee; J K Reichardt; M C Yu; H Feigelson; F Z Stanczyk; L N Kolonel; B E Henderson
Journal:  Cancer Res       Date:  1998-10-15       Impact factor: 12.701

3.  Robustly detecting differential expression in RNA sequencing data using observation weights.

Authors:  Xiaobei Zhou; Helen Lindsay; Mark D Robinson
Journal:  Nucleic Acids Res       Date:  2014-04-20       Impact factor: 16.971

4.  limma powers differential expression analyses for RNA-sequencing and microarray studies.

Authors:  Matthew E Ritchie; Belinda Phipson; Di Wu; Yifang Hu; Charity W Law; Wei Shi; Gordon K Smyth
Journal:  Nucleic Acids Res       Date:  2015-01-20       Impact factor: 16.971

5.  A scaling normalization method for differential expression analysis of RNA-seq data.

Authors:  Mark D Robinson; Alicia Oshlack
Journal:  Genome Biol       Date:  2010-03-02       Impact factor: 13.583

6.  Evaluation of statistical methods for normalization and differential expression in mRNA-Seq experiments.

Authors:  James H Bullard; Elizabeth Purdom; Kasper D Hansen; Sandrine Dudoit
Journal:  BMC Bioinformatics       Date:  2010-02-18       Impact factor: 3.169

7.  RNA-Seq gene expression estimation with read mapping uncertainty.

Authors:  Bo Li; Victor Ruotti; Ron M Stewart; James A Thomson; Colin N Dewey
Journal:  Bioinformatics       Date:  2009-12-18       Impact factor: 6.937

8.  A Unified Model for Joint Normalization and Differential Gene Expression Detection in RNA-Seq Data.

Authors:  Kefei Liu; Jieping Ye; Yang Yang; Li Shen; Hui Jiang
Journal:  IEEE/ACM Trans Comput Biol Bioinform       Date:  2018-01-08       Impact factor: 3.710

9.  Transcript assembly and quantification by RNA-Seq reveals unannotated transcripts and isoform switching during cell differentiation.

Authors:  Cole Trapnell; Brian A Williams; Geo Pertea; Ali Mortazavi; Gordon Kwan; Marijke J van Baren; Steven L Salzberg; Barbara J Wold; Lior Pachter
Journal:  Nat Biotechnol       Date:  2010-05-02       Impact factor: 54.908

10.  Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2.

Authors:  Michael I Love; Wolfgang Huber; Simon Anders
Journal:  Genome Biol       Date:  2014       Impact factor: 13.583

View more
  1 in total

1.  Statistical analysis in metabolic phenotyping.

Authors:  Benjamin J Blaise; Gonçalo D S Correia; Gordon A Haggart; Izabella Surowiec; Caroline Sands; Matthew R Lewis; Jake T M Pearce; Johan Trygg; Jeremy K Nicholson; Elaine Holmes; Timothy M D Ebbels
Journal:  Nat Protoc       Date:  2021-07-28       Impact factor: 13.491

  1 in total

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