Literature DB >> 27695478

In Papyro Comparison of TMM (edgeR), RLE (DESeq2), and MRN Normalization Methods for a Simple Two-Conditions-Without-Replicates RNA-Seq Experimental Design.

Elie Maza1.   

Abstract

In the past 5 years, RNA-Seq has become a powerful tool in transcriptome analysis even though computational methods dedicated to the analysis of high-throughput sequencing data are yet to be standardized. It is, however, now commonly accepted that the choice of a normalization procedure is an important step in such a process, for example in differential gene expression analysis. The present article highlights the similarities between three normalization methods: TMM from edgeR R package, RLE from DESeq2 R package, and MRN. Both TMM and DESeq2 are widely used for differential gene expression analysis. This paper introduces properties that show when these three methods will give exactly the same results. These properties are proven mathematically and illustrated by performing in silico calculations on a given RNA-Seq data set.

Entities:  

Keywords:  DESeq2; RNA-seq data; comparison of methods; edgeR; normalization

Year:  2016        PMID: 27695478      PMCID: PMC5025571          DOI: 10.3389/fgene.2016.00164

Source DB:  PubMed          Journal:  Front Genet        ISSN: 1664-8021            Impact factor:   4.599


1. Introduction

In the past 5 years, RNA-Seq approaches, based on high-throughput sequencing technologies, are becoming an essential tool in transcriptomics studies (cf. Wang et al., 2009). It is now commonly accepted that a normalization preprocessing step can significantly improve the quality of the analysis, in particular, for the differential gene expression analysis (cf. Bullard et al., 2010). Nevertheless, a gold standard normalization method has not yet been found. This paper deals with two widely used and very important normalization methods and a third method related to these. The first method is the “Trimmed Mean of M-values” normalization (TMM) described in Robinson and Oshlack (2010) and implemented in the edgeR package (cf. Robinson et al., 2010). The second method is the “Relative Log Expression” normalization (RLE) implemented in the DESeq2 package (cf. Anders and Huber, 2010; Anders et al., 2013; Love et al., 2014). The third method is the “Median Ratio Normalization” (MRN) described in Maza et al. (2013). It has been shown that TMM and RLE give similar results both with real and simulated data sets (cf. Dillies et al., 2013; Maza et al., 2013; Rapaport et al., 2013; Li et al., 2015; Reddy, 2015). These two methods, as does MRN, deal efficiently with the intrinsic bias resulting from the relative size of studied transcriptomes. Also, it has even been shown that the MRN method performs slightly better on some simulated data sets (cf. Maza et al., 2013). Moreover, many studies have shown that LRE and/or TMM methods outperform other particular methods (cf. Dillies et al., 2013; Maza et al., 2013; Reddy, 2015; Zyprych-Walczak et al., 2015; Lin et al., 2016). Nevertheless, a comprehensive comparison study of differential expression analysis methods has used LRE or TMM for ten of the eleven compared tools (cf. Soneson and Delorenzi, 2013). Finally, other more sophisticated normalization methods have been carried out by iterating one of LRE or TMM methods (cf. Kadota et al., 2012; Sun et al., 2013; Tang et al., 2015). In this paper, all theoretical results will be illustrated by in silico calculations carried out on a given real data set from the tomato fruit set (see Materials and Methods). In short, this data set consists of a matrix of counts: 34675 rows (genes) and 9 columns (samples from 3 stages and 3 biological replicates per stage). Normalization factors of these fruit set samples, obtained by each of the TMM, RLE, and MRN methods with default settings, are presented in Table 1. Figure 1 represents the scatter plot of obtained normalization factors and corresponding library sizes. Moreover, Figure 1 contains, for all three normalization methods, the regression lines estimated from a simple linear regression modeling the relationship between default normalization factors and library sizes. It is evident in both Table 1 and Figure 1 that the three methods (with default settings) do not give the same results. Indeed, it is known that TMM normalization factors do not take into account library sizes. This fact is illustrated in Figure 1 by an almost horizontal regression line. On the contrary, RLE and MRN factors are closer to each other, and share a positive correlation with the library size. The estimation of the regression parameters of regression lines above shows that the TMM slope is not statistically significant (at 5% type I error) which is the case of both LRE and MRN slopes (see Additional file 1).
Table 1

Default normalization factors for the fruit set RNA-Seq data.

StageBud 1Bud 2Bud 3Ant 1Ant 2Ant 3Pos 1Pos 2Pos 3
TMM0.980120.922360.719891.058070.981300.883521.130271.193881.24130
RLE1.017120.808990.726600.865941.236220.736471.281721.272201.37315
MRN0.871050.754160.914300.793241.201310.804611.339841.253301.29317

Normalization factors of tomato fruit set samples are obtained from TMM, RLE, and MRN normalization methods with default settings.

Figure 1

Normalization factors for the fruit set RNA-Seq data depending on corresponding library sizes. All three studied normalization methods are carried out with default settings. For all three methods, regression (dashed) lines are estimated from a simple linear regression modeling the relationship between default normalization factors and library sizes. Color key: TMM, RLE, and MRN are respectively colored in green, blue, and red. Key to symbols: Bud, Ant, and Pos stages are respectively drawn with circles, squares, and triangles.

Default normalization factors for the fruit set RNA-Seq data. Normalization factors of tomato fruit set samples are obtained from TMM, RLE, and MRN normalization methods with default settings. Normalization factors for the fruit set RNA-Seq data depending on corresponding library sizes. All three studied normalization methods are carried out with default settings. For all three methods, regression (dashed) lines are estimated from a simple linear regression modeling the relationship between default normalization factors and library sizes. Color key: TMM, RLE, and MRN are respectively colored in green, blue, and red. Key to symbols: Bud, Ant, and Pos stages are respectively drawn with circles, squares, and triangles. The aim of this study is to provide a deeper understanding as to why the three normalization methods quoted above share a similar normalization approach. This paper also demonstrates that, in some cases, some shared parameters (such as relative size of transcriptomes or normalization factors) are strictly equal.

2. Materials and methods

2.1. Tomato's RNA-Seq data set

To investigate the tomato transcriptome dynamics of fruit set, RNA were isolated from flower buds (Bud) and flowers at anthesis (Ant) and post-anthesis (Pos) stages. For each stage, cDNA libraries were generated from three biological replicates and subjected to Illumina mRNA-Seq technology sequencing. Then, after mapping reads to the tomato genome sequence, we obtained a table of raw counts with 34675 rows (genes) and 9 columns (3 stages and 3 replicates per stage). These technical procedures are described in Maza et al. (2013). In this paper, for sake of simplicity, the matrix (34675 × 9) containing raw counts is denoted by X.

2.2. Computations with R packages

All computations were done within R environment (cf. R Development Core Team, 2011). All packages are available from R or Bioconductor websites (cf. Gentleman et al., 2004). As described above, the matrix containing raw counts is denoted by X in all R command lines of given in silico examples. The TMM normalization method is implemented in the edgeR package by means of the calcNormFactors function. For example, the default normalization factors obtained in Table 1 are obtained by the following command line: > calcNormFactors(X) The RLE normalization method is implemented in the DESeq2 package by means of the function estimateSizeFactorsForMatrix. For example, the default size factors obtained in Table 1 are obtained using the following command line: > estimateSizeFactorsForMatrix(X) The MRN normalization method is implemented in a homemade function called mrnFactors which is provided as an additional file (see Additional Files). For example, the default normalization factors obtained in Table 1 are obtained using the following command line: > mrnFactors(X, rep(1:3 each=3))$normFactors

2.3. Definitions of some important terms

We define hereafter some important terms that are used in the studied normalization methods. More detailed definitions are given in Robinson and Oshlack (2010), Anders and Huber (2010), and Maza et al. (2013). Both M and A-values are defined for a given gene g and its expressions on two conditions X and X. They represent respectively the fold change and the absolute expression level of the gene: A trimmed mean of M (respectively A)-values corresponds to the calculation of the mean after discarding a given proportion of lower and higher values. A trimmed mean with a proportion of 50% corresponding obviously to the calculation of the median.

3. Results and discussion

In this section, the three studied normalization methods are first described and compared. Then, three propositions are introduced and in silico results are provided to illustrate them. For the sake of clarity, mathematical proofs of these propositions are left to the end of the section. We have to underline that we focus, in this paper, on so called “scaling normalization methods” but this is just one approach, which can be limited to some specific experimental situations (cf. Maza et al., 2013). Another alternative can be the use of control genes (see, for instance, Risso et al., 2014). We notice here that, in order to be consistent, the first paragraph below (named “Notations and Experimental design”) reproduces information that have been already reported in detail in Maza et al. (2013).

3.1. Notations and experimental design

Let X be the observed number of reads (or count) of gene g ∈ {1, …, G} in condition k ∈ {1, …, K} for biological replicate r ∈ {1, …, R}. For the sake of simplicity, we deal with the same number of replicates for each given condition, but the following propositions are not altered by a more general design. Let μ be the expectation of the true and unknown number of transcripts of a given cell for gene g in condition k; L the length of gene g; and N the total number of reads in condition k for replicate r (or library size). As described in Robinson and Oshlack (2010), we can model the expected value of X as where S is the size of studied transcriptome in condition k, that is Then, for each gene g, an approximation of the expected value of the ratio between two conditions, say 1 and 2, is given by We can easily see in the equation above that the ratio of interest, in a differential analysis point of view, i.e., , is not directly measured by ratios of raw counts because of library sizes and relative sizes of transcriptomes. As described in Maza et al. (2013), the three methods studied here aim at removing such biases.

3.2. Description of the three methods

Table 2 gives us the description of these three normalization methods. Both TMM and RLE are respectively implemented in edgeR and DESeq2 packages (see Materials and Methods). Differences and commonalities of these three methods are described here, step by step.
Table 2

Description of the three normalization methods.

StepDescriptionTMM (edgeR)RLE (DESeq2)MRN
IPre-normalization by library sizeYgkr=XgkrNkrYgkr=XgkrNkr
IIReference sample, or pseudo-reference sample (DESeq2)YgTMM=Yg11YgRLE=k=1Kr=1RXgkrKRYgMRN=1Rr=1RYg1r
IIIRelative sizes of transcriptomes and reference sample, or relative scaling factors (edgeR), or size factors (DESeq2)τkrTMM=1#Gkr*gGkr*YgkrYgTMMwhere Gkr* represents the set of not trimmed genesτkrRLE=mediang(XgkrYgLRE)τkMRN=mediang(ȲgkYgMRN)where Y¯gk=1Rr=1RYgkr
IVRelative scaling factors adjusted to multiply to 1 (edgeR)τ˜krTMM=τkrTMMτ˜TMM whereτ˜TMM=k=1Kr=1RτkrTMMKR
VTaking into account both the relative size and the library size, or effective library size (edgeR)ekrTMM=τ˜krTMMNkrekrMRN=τkMRNNkr
VINormalization factors, or relative normalization factors (edgeR), or size factors (DESeq2)fkrTMM=τ˜krTMMfkrRLE=τkrRLEfkrMRN=ekrMRNe˜MRN wheree˜MRN=k=1Kr=1RekrMRNKR
VIINormalization of counts, or counts-per-million (edgeR)ZgkrTMM=XgkrekrTMM106ZgkrRLE=XgkrfkrRLEZgkrMRN=XgkrfkrMRN
Step I Both TMM and MRN methods have a step of pre-normalization of counts by library sizes. The RLE method does not and works directly on raw counts. Step II The three methods have a reference sample. For TMM, the reference sample has been chosen here arbitrarily with k = 1 and r = 1. The default for the edgeR package consists in choosing the library whose upper quartile is closest to the mean upper quartile for all the libraries. For MRN, the condition k = 1 is also arbitrarily chosen, as in Maza et al. (2013). Moreover, for MRN, by definition, all replicates of the chosen condition are used. For RLE, a geometric mean of all sample values is performed. Step III For all three methods, relative sizes of transcriptomes and the reference sample are based on ratios of counts (or pre-normalized counts for TMM and MRN) and the reference sample. For TMM, the set represents the set of not trimmed genes with valid M and A-values (cf. Robinson and Oshlack, 2010). By default, with the calcNormFactors function of the edgeR package, percentages of trimmed M and A-values are respectively of 30 and 5% (see Materials and Methods). In order to simplify, but still staying in the same vein, the relative scaling factor calculations are here described with an unweighted trimmed mean instead of the weighted one which is proposed by default on edgeR. Step IV In this step, only the TMM method performs an adjustment of its relative scaling factors to multiply to 1. Step V Only TMM and MRN methods take explicitly into account both relative scaling factors and library sizes. Step VI In this step, it is clear that TMM normalization factors (as produced by the calcNormFactors function) do not take into account the library sizes but only the relative scaling factors. That explains the absence of correlation between normalization factors and library sizes in Figure 1 (see Introduction). In edgeR, these normalization factors are used as offset parameters in the statistical model for differential gene expression analysis. Once again, we underline here that values obtained in Table 1 are not estimations of the same theoretical parameters, and thus, these values can not be used in the same way, for instance, to normalize counts. Step VII For normalization of counts, all three normalization methods take into account both relative sizes of transcriptomes and library sizes. Only the TMM method gives counts-per-million (CPM). Obviously, CPM values can easily be obtained for RLE and MRN methods by multiplying normalized counts by 106. Description of the three normalization methods.

3.3. Properties of the three methods

After the above detailed descriptions of our three methods, we introduce below three properties showing particular cases where all three methods give the same result. Proposition 1(concerning TMM and MRN). Let's assume that the following assumptions hold for the calculus of the TMM normalization method: The reference sample is (arbitrarily) the first one (k = 1 and r = 1). Trimming parameters of M and A-values are respectively equal to 50 and 0%. Calculation of the trimmed mean is done without computing weights (unweighted mean). Moreover, let R = 1 (no replicates). Then, the relative scaling factors of TMM and MRN methods are equal: An example illustrating Proposition 1 is given in Table 3. Calculations are carried out by means of R functions calNormFactors (from the edgeR package) for the TMM method and mrnFactors (see Materials and Methods) for the MRN method, as follows:
Table 3

Normalization factors of tomato fruit set samples, obtained from TMM and MRN normalization methods with parameters of Proposition 1.

StageBud 1Bud 2Bud 3Ant 1Ant 2Ant 3Pos 1Pos 2Pos 3
TMM0.976540.929660.720541.062590.973600.873631.141661.195411.23937
MRN0.976580.929570.720791.062800.973610.873611.141891.195991.23792
> calcNormFactors(X, refColumn=1, logratioTrim=0.499, sumTrim=0, doWeighting=FALSE) > mrnFactors(X, 1:9)$medianRatios Normalization factors of tomato fruit set samples, obtained from TMM and MRN normalization methods with parameters of Proposition 1. We can clearly see in Table 3 that, with function arguments corresponding to the assumptions of Proposition 1, the adjusted relative scaling factors produced by TMM and MRN methods are equal up to the third or fourth decimal place for almost all of the values (only one of the values has just two decimal places equal). This slight difference is due to the logratioTrim argument that cannot be strictly equal to 50%. Proposition 2 (concerning RLE and MRN). Let K = 2 conditions and no replicates (R = 1). Then, the size factors calculated from the RLE and MRN methods are equal: We illustrate Proposition 2 by calculating the size factors for some pairs of samples (see Table 4). Calculations are carried out by means of R functions estimateSizeFactorsForMatrix (from the DESeq2 package) for the RLE method and mrnFactors (see Materials and Methods) for the MRN method, as follows:
Table 4

Normalization factors of some pairs of tomato fruit set samples, obtained from RLE and MRN normalization methods with parameters of Proposition 2.

StageBud 1Bud 2Bud 3Ant 2Ant 1Pos 1
RLE1.10155220.90780990.78703851.27058590.82485171.2123391
MRN1.10155220.90780990.78703851.27058590.82485171.2123391
> estimateSizeFactorsForMatrix(X[ , c(1, 2)]) > mrnFactors(X[ , c(1, 2)], c(1, 2))$normFactors > estimateSizeFactorsForMatrix(X[ , c(3, 5)]) > mrnFactors(X[ , c(3, 5)], c(1, 2))$normFactors > estimateSizeFactorsForMatrix(X[ , c(4, 7)]) > mrnFactors(X[ , c(4, 7)], c(1, 2))$normFactors Normalization factors of some pairs of tomato fruit set samples, obtained from RLE and MRN normalization methods with parameters of Proposition 2. We can see in Table 4 that, as introduced in Proposition 2, normalization results from both methods are equal. We must note here that, with K > 2, Proposition 2 does not hold: with more than two samples, the reference sample of the RLE method takes into account all raw counts and this is obviously not the case for the MRN method. This can be checked by straightforward calculations with more than two samples. Proposition 3 (concerning RLE, TMM, and MRN). Let's assume that the assumptions of both Proposition 1 and Proposition 2 are satisfied. Then, normalized counts of the RLE and MRN methods, and counts-per-million of the TMM method (up to a constant) are equal:

3.4. Calculation of RLE normalization factors with edgeR

We note here that the calcNormFactors function contains an argument called “method” that can also be used to calculate RLE normalization factors (cf. the description of the calcNormFactors function in the edgeR package). The user should however be careful! Indeed, as calculated below, calcNormFactors with method="RLE" and estimateSizeFactorsForMatrix functions do not give the same results. What happens is that the calcNormFactors function does not work with raw counts but with pre-normalized ones (see Step I of Table 2). Moreover, the calcNormFactors function proceeds to an adjustment of values (see Step IV of Table 2). In order to find the same values with both functions, we have to proceed as follows: > calcNormFactors(X, method="RLE") > estimateSizeFactorsForMatrix(X) > f=estimateSizeFactorsForMatrix(X%*%diag (1/colSums(X))) > f/prod(f) ^(1/length(f))

3.5. Proofs of propositions

Proof of Proposition 1. We first note that, with R = 1, i.e., with no biological replicates, the reference samples of both TMM and MRN methods are equal: Moreover, if we assume that (i) the trimmed mean of the TMM method is done with an unweighted mean as described in the Step III of the edgeR method in Table 2, and that (ii) the trimming values are equal to 50% of genes with upper M-values and 50% of genes with lower M-values, then we obtain that Then Proof of Proposition 2. Let's first describe the RLE method calculations by following steps of Table 2. For K = 2 and R = 1, the pseudo-reference sample is the following: Then, we directly have that and Let's then describe calculations for the MRN method. For K = 2 and R = 1, the reference sample is simply the first sample: Then, the relative sizes are the following: That leads to Finally, the calculation of the geometric mean of these values, i.e., implies that and It follows that Proof of Proposition 3. We have already proven that, assuming the assumptions of Proposition 2, i.e., K = 2 and R = 1, the RLE and MRN methods produce the same normalization factors. Then, obviously, normalized counts are equal. Let's then prove that TMM and MRN normalized counts are equal up to a constant. For the TMM method, assuming the assumptions of Proposition 1, the relative scaling factors are the following: and Then, with the following geometric mean of these values: the adjusted relative scaling factors are the following: and We can then calculate the effective library sizes: and Hence, these effective library sizes are equal (up to a constant) to the normalization factors obtained from RLE (and MRN) methods: and And the proposition is proved.     □

4. Conclusions and further work

This paper focus on two widely used normalization methods for RNA-Seq data and a third method related to these, that seem to give similar results and outperform many other classical methods if we consider all references given in the Introduction. Better understanding these methods is then an important issue dealt by this paper. We highlight in this paper that the three considered normalization methods deal with similar underlying ideas. Moreover, we prove that these methods give exactly the same result in some simple experimental designs. For instance, Proposition 3 shows that for two given samples, normalized counts are (up to a constant) equal. It has also been shown in this paper that the user should carefully use and not mix these normalization methods and R packages as all concepts are not equal. For instance, the so called “normalization factors” from edgeR and “size factors” from DESeq2 are not the same theoretical parameters. Nevertheless, it has been shown in Maza et al. (2013) that the MRN method performs slightly better on some simulated data sets with a standard experimental design of two conditions with replicates. The present paper does not explain why it performs better but attempts to give some hypotheses, inspired by the proved propositions, by focusing on what differ between the three normalization methods. We give hereafter some of these hypotheses. (i) For instance, the reference sample of the MRN method, as a mean of all replicates of a given condition, is a more robust estimation of mean counts in a given condition (more robust than the TMM method). (ii) Also, for the TMM method, the trimming parameter of M-values should perhaps (by default) be chosen around 50% in order to have a more robust estimation of the relative size of transcriptomes. (iii) Moreover, in the same way, for the MRN method, the relative sizes of transcriptomes are not sample-specific but condition-specific. Indeed, for the MRN method, these relative sizes are the same for all replicates of a condition. This should perhaps give a more robust estimation than for TMM and RLE relative sizes. All these hypotheses, among others, should be explored in forthcoming work. Finally, we conclude here that for a very simple experimental design, i.e., about two conditions and no replicates, users can use any of the three studied normalization methods with no impact on results. But, for a more complex experimental design, the results described in Maza et al. (2013) tend to indicate that the MRN method could be adopted. However, obviously, this last hypothesis should be proved rigorously in further work.

Author contributions

EM has carried out the calculations, performed the analysis, and written the paper.

Conflict of interest statement

The author declares that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest. The reviewer CK and handling Editor declared their shared affiliation, and the handling Editor states that the process nevertheless met the standards of a fair and objective review.
  19 in total

1.  Normalization of RNA-seq data using factor analysis of control genes or samples.

Authors:  Davide Risso; John Ngai; Terence P Speed; Sandrine Dudoit
Journal:  Nat Biotechnol       Date:  2014-08-24       Impact factor: 54.908

2.  Count-based differential expression analysis of RNA sequencing data using R and Bioconductor.

Authors:  Simon Anders; Davis J McCarthy; Yunshun Chen; Michal Okoniewski; Gordon K Smyth; Wolfgang Huber; Mark D Robinson
Journal:  Nat Protoc       Date:  2013-08-22       Impact factor: 13.491

3.  Comparison of normalization and differential expression analyses using RNA-Seq data from 726 individual Drosophila melanogaster.

Authors:  Yanzhu Lin; Kseniya Golovnina; Zhen-Xia Chen; Hang Noh Lee; Yazmin L Serrano Negron; Hina Sultana; Brian Oliver; Susan T Harbison
Journal:  BMC Genomics       Date:  2016-01-05       Impact factor: 3.969

Review 4.  RNA-Seq: a revolutionary tool for transcriptomics.

Authors:  Zhong Wang; Mark Gerstein; Michael Snyder
Journal:  Nat Rev Genet       Date:  2009-01       Impact factor: 53.242

5.  Differential expression analysis for sequence count data.

Authors:  Simon Anders; Wolfgang Huber
Journal:  Genome Biol       Date:  2010-10-27       Impact factor: 13.583

6.  A normalization strategy for comparing tag count data.

Authors:  Koji Kadota; Tomoaki Nishiyama; Kentaro Shimizu
Journal:  Algorithms Mol Biol       Date:  2012-04-05       Impact factor: 1.405

7.  The Impact of Normalization Methods on RNA-Seq Data Analysis.

Authors:  J Zyprych-Walczak; A Szabelska; L Handschuh; K Górczak; K Klamecka; M Figlerowicz; I Siatkowski
Journal:  Biomed Res Int       Date:  2015-06-15       Impact factor: 3.411

8.  edgeR: a Bioconductor package for differential expression analysis of digital gene expression data.

Authors:  Mark D Robinson; Davis J McCarthy; Gordon K Smyth
Journal:  Bioinformatics       Date:  2009-11-11       Impact factor: 6.937

9.  A comparison of methods for differential expression analysis of RNA-seq data.

Authors:  Charlotte Soneson; Mauro Delorenzi
Journal:  BMC Bioinformatics       Date:  2013-03-09       Impact factor: 3.169

10.  Comparison of normalization methods for differential gene expression analysis in RNA-Seq experiments: A matter of relative size of studied transcriptomes.

Authors:  Elie Maza; Pierre Frasse; Pavel Senin; Mondher Bouzayen; Mohamed Zouine
Journal:  Commun Integr Biol       Date:  2013-07-30
View more
  36 in total

1.  Memetic Search Optimization Along with Genetic Scale Recurrent Neural Network for Predictive Rate of Implant Treatment.

Authors:  Abdulaziz Alarifi; Ahmad Ali AlZubi
Journal:  J Med Syst       Date:  2018-09-17       Impact factor: 4.460

Review 2.  Identifying and characterizing functional 3' nucleotide addition in the miRNA pathway.

Authors:  A Maxwell Burroughs; Yoshinari Ando
Journal:  Methods       Date:  2018-08-20       Impact factor: 3.608

3.  Modulating Microglia/Macrophage Activation by CDNF Promotes Transplantation of Fetal Ventral Mesencephalic Graft Survival and Function in a Hemiparkinsonian Rat Model.

Authors:  Kuan-Yin Tseng; Jui-Sheng Wu; Yuan-Hao Chen; Mikko Airavaara; Cheng-Yi Cheng; Kuo-Hsing Ma
Journal:  Biomedicines       Date:  2022-06-19

4.  Virofree, an Herbal Medicine-Based Formula, Interrupts the Viral Infection of Delta and Omicron Variants of SARS-CoV-2.

Authors:  Ly Hien Doan; Li-Wei Chu; Zi-Yi Huang; Anh Thuc Nguyen; Chia-Yin Lee; Chien-Ling Huang; Yu-Fen Chang; Wen-Yu Hsieh; Trang Thi Huyen Nguyen; Chao-Hsiung Lin; Chun-Li Su; Tsung-Hsien Chuang; Jin-Mei Lai; Feng-Sheng Wang; Chia-Jui Yang; Hui-Kang Liu; Yueh-Hsin Ping; Chi-Ying F Huang
Journal:  Front Pharmacol       Date:  2022-07-04       Impact factor: 5.988

5.  Aging Alters the Aortic Proteome in Health and Thoracic Aortic Aneurysm.

Authors:  Daniel J Tyrrell; Judy Chen; Benjamin Y Li; Sherri C Wood; Wendy Rosebury-Smith; Henriette A Remmer; Longtan Jiang; Min Zhang; Morgan Salmon; Gorav Ailawadi; Bo Yang; Daniel R Goldstein
Journal:  Arterioscler Thromb Vasc Biol       Date:  2022-05-05       Impact factor: 10.514

6.  RNA-Seq analysis on chicken taste sensory organs: An ideal system to study organogenesis.

Authors:  Xiaogang Cui; Brett Marshall; Ning Shi; Shi-You Chen; Romdhane Rekaya; Hong-Xiang Liu
Journal:  Sci Rep       Date:  2017-08-22       Impact factor: 4.379

7.  Optimization of an RNA-Seq Differential Gene Expression Analysis Depending on Biological Replicate Number and Library Size.

Authors:  Sophie Lamarre; Pierre Frasse; Mohamed Zouine; Delphine Labourdette; Elise Sainderichin; Guojian Hu; Véronique Le Berre-Anton; Mondher Bouzayen; Elie Maza
Journal:  Front Plant Sci       Date:  2018-02-14       Impact factor: 5.753

8.  Transcriptome wide analysis of long non-coding RNA-associated ceRNA regulatory circuits in psoriasis.

Authors:  Jingxia Lin; Xuefei Li; Fangfei Zhang; Lei Zhu; Yongfeng Chen
Journal:  J Cell Mol Med       Date:  2021-06-02       Impact factor: 5.310

9.  Oxidative stress regulates progenitor behavior and cortical neurogenesis.

Authors:  Angela Chui; Qiangqiang Zhang; Qi Dai; Song-Hai Shi
Journal:  Development       Date:  2020-03-11       Impact factor: 6.862

10.  Short-term high fat diet alters genes associated with metabolic and vascular dysfunction during adolescence in rats: a pilot study.

Authors:  Alex E Mohr; Rebecca A Reiss; Monique Beaudet; Johnny Sena; Jay S Naik; Benjimen R Walker; Karen L Sweazea
Journal:  PeerJ       Date:  2021-07-09       Impact factor: 2.984

View more

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