Next Article in Journal
Desert Ants Learn to Avoid Pitfall Traps While Foraging
Next Article in Special Issue
Approaches in Gene Coexpression Analysis in Eukaryotes
Previous Article in Journal
Impact of Metacognitive and Psychological Factors in Learning-Induced Plasticity of Resting State Networks
Previous Article in Special Issue
Procollagen C-Endopeptidase Enhancer 2 Secreted by Tonsil-Derived Mesenchymal Stem Cells Increases the Oxidative Burst of Promyelocytic HL-60 Cells
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

MAGE: An Open-Source Tool for Meta-Analysis of Gene Expression Studies

by
Ioannis A. Tamposis
1,†,
Georgios A. Manios
1,†,
Theodosia Charitou
1,
Konstantina E. Vennou
1,
Panagiota I. Kontou
2 and
Pantelis G. Bagos
1,*
1
Department of Computer Science and Biomedical Informatics, University of Thessaly, 35131 Lamia, Greece
2
Department of Mathematics, University of Thessaly, 35131 Lamia, Greece
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Biology 2022, 11(6), 895; https://doi.org/10.3390/biology11060895
Submission received: 12 May 2022 / Revised: 5 June 2022 / Accepted: 8 June 2022 / Published: 10 June 2022
(This article belongs to the Special Issue Differential Gene Expression and Coexpression)

Abstract

:

Simple Summary

In this work we present MAGE, an open-source Python package developed for the meta-analysis of gene expression data. It contains functions to convert probes to gene identifiers, and to perform standard meta-analysis, meta-analysis with bootstrap standard errors, and meta-analysis of multiple outcomes, as well as functional enrichment analysis. Additionally, visualizations for every function of this software package are provided. MAGE is available both in a standalone version and as a webserver.

Abstract

MAGE (Meta-Analysis of Gene Expression) is a Python open-source software package designed to perform meta-analysis and functional enrichment analysis of gene expression data. We incorporate standard methods for the meta-analysis of gene expression studies, bootstrap standard errors, corrections for multiple testing, and meta-analysis of multiple outcomes. Importantly, the MAGE toolkit includes additional features for the conversion of probes to gene identifiers, and for conducting functional enrichment analysis, with annotated results, of statistically significant enriched terms in several formats. Along with the tool itself, a web-based infrastructure was also developed to support the features of this package.

1. Introduction

High-throughput techniques, such as microarrays or RNAseq, are widely used to assess simultaneously the expression of thousands of genes under certain conditions, and to study the effects of treatments, diseases, or developmental stages. Single experiments cannot capture the bigger picture, and small studies are not easily replicated. Meta-analysis is a valuable tool for the synthesis of evidence across studies [1]. Several programs for the meta-analysis of gene expression data are also available, such as metaMA [2], MetaIntegrator [3], DExMA [4], MetaDE [5], and Network Analyst’s meta-analysis module (Express Analyst) [6]. These tools (except for Network Analyst, which is a webserver) are standalone tools. However, these tools have some limitations, since they cannot handle multiple outcome data, they do not provide a gene enrichment analysis, and they all use only the standard methodology for meta-analysis. Functional enrichment analysis is commonly performed to measure the significance of functional enriched terms (GO, KEGG, reactome, protein domains, diseases) in a set of candidate genes, which usually emerge as the final outcome of a meta-analysis. A hypergeometric test evaluates the over-representation of candidate genes compared to a set background list of genes and identifies the statistically significant enriched terms. There are several methods used for functional enrichment analysis, which vary across different tools, such as g:Profiler [7], aGOtool [8], WebGestalt [9], PANTHER [10], and DAVID [11], by integrating different annotation databases, computing algorithms, and statistical methods.
In this article, we present MAGE, an open-source tool which is specifically designed for the meta-analysis of gene expression studies. The purpose of this work is to present an easy-to-use software package that will facilitate the meta-analysis of gene expression studies, offering several functionalities that are not available in other tools. The tool is offered as both a Python package and as a freely available web server, and offers the options of standard methods for meta-analysis (random effects model), bootstrap standard-errors, corrections for multiple testing, and multiple outcomes meta-analysis, as well as tools to convert datasets from different platforms, in which case the probe identifiers are converted to gene identifiers.

2. Materials and Methods

MAGE can be used to perform a broad range of tasks related to the meta-analysis of gene expression data. It consists of four components:
  • Annotation and uploading of gene expression study files;
  • Conversion of probes to gene identifiers;
  • Performing meta-analysis with various methods;
  • Conducting functional enrichment analysis.
A brief description of these components is provided in the following sections. In order to summarize MAGE’s functionality, we briefly show its features in a schematic representation of the workflow in Figure 1. It is important to keep in mind that guidelines described in tutorials and methodology papers for the meta-analysis of microarray studies [12,13] suggest that the user has performed all of the necessary pre-processing and normalization steps prior to performing the meta-analysis. As such, we advise users to employ the methods they deem appropriate prior to pooling the datasets. MAGE was primarily designed for microarray studies; however, under some circumstances, the same methodology can be applied to RNAseq data. Of course, in this case, pre-processing and normalization are also needed.

2.1. The Upload and Annotation Step

In the first step, each study file should be uploaded in tab-delimited format (.txt) as shown in the Figure 2. The first row should be named ID, and the next column should contain the experiment subjects’ names (e.g., GSMxxx). The second row should be named CLASS, and the next columns contain subjects’ status (for an analysis with a single outcome, the CONTROL and the CASE were used to indicate the status of the controls and the patients in the study). The subsequent lines should have either the gene symbol identifiers of the experiment, or the platform’s probe identifiers (if the GISU module is to be used) and the expression value of each probe per subject.

2.2. GISU Component

MAGE uses an optional component called GISU (gene ID/symbol update) to transform the platform’s probe identifiers to gene symbols identifiers. This can be helpful when one is comparing datasets arising from different platforms, in which case the probe identifiers must be converted to gene identifiers. Considering that multiple probes may correspond to the same gene in a microarray experiment [14], the multiple entries of the same gene can be combined, resolving the “many-to-many” relationship between probes and gene symbols. The software offers three options for this task: the minimum, maximum, or arithmetic mean (average) [12,14]. If a particular platform is not included in the list, the user can upload the platform file in order to proceed to the transformation.

2.3. Standard Meta-Analysis

In a standard approach for random effects meta-analysis [15], we use as effect size the sample estimate of the standardized mean difference, known as Cohen’s d. The exact formula of Cohen’s d is given by:
d i = X ¯ 1 i X ¯ 2 i S p i
and the pooled standard deviation S p is given by:
S p i = ( n 1 i 1 ) S 1 i 2 + ( n 2 i 1 ) S 2 i 2 n 1 i + n 2 i 2
where X ¯ 1 i , X ¯ 2 i are the means of the expression of the control group and cases group, respectively, in the ith study, S 1 i , S 2 i , are the standard deviations of the two groups, and n 1 i ,   n 2 i are the sample sizes of the two groups.
d , usually overestimates the absolute value in small samples, something that can be corrected using the so-called Hedge’s g , which generates an unbiased estimate using a correction factor, J. We use the exact formula for J given in [16], following which, the Hedge’s g correction is applied on Cohen’s d : g i = J d i with J given by:
J ( v i ) = Γ ( v i 2 ) v i 2   Γ ( v i 1   2 )
where v i = n 1 i + n 2 i 2 .
In the meta-analysis of gene expression data, two measures are routinely used to quantify the overall findings of the meta-analysis. IDR (integration-driven discovery rate) [17] and IRR (integration-driven revision rate) [18] denote the percent of differentially expressed genes in the meta-analysis that are not differentially expressed in any of the individual gene expression studies, and the percent of genes that were not identified as differentially expressed in the meta-analysis but differentially expressed in at least one individual gene expression study, respectively. IDR and IRR are given by:
I D R = # g e n e s [   p i     x   i n   m e t a a n a l y s i s   ]   a n d   [   p i > x     i n   i n d i v i d u a l   s t u d i e s ]   # g e n e s [   p i     x   i n   m e t a a n a l y s i s   ]
I R R = # g e n e s [ p i     x     i n   a t   l e a s t   o n e     s t u d y   ]   a n d   [   p i > x   i n   m e t a a n a l y s i s ]   # g e n e s [   p i     x     i n   a t   l e a s t   o n e   i n d i v i d u a l   s t u d y   ]
where pi is the p-value obtained by the statistical test of differential expression for the ith gene, and x is the desired threshold of statistical significance or FDR used to assign differential expression.

2.4. Bootstrap Standard Errors

Gene expression experiments often suffer from the problem of very small sample size, which may result in problems in the estimation of statistical significance. Although the Hedges g correction improves the situation, some further improvements are needed. Bootstrap is a statistical method for estimating the sampling distribution of an estimator by sampling with replacement from the original sample [19]. The bootstrap method has been applied in microarray experiments, and empirical evidence suggests that it produces accurate estimates, at least for moderately small sample sizes (~10 individuals). This feature, being computationally demanding, is only available in the standalone version, where the user may choose the number of repetitions. It is suggested that users run this function with more than 200 repetitions, to achieve accurate estimations [20].

2.5. Multiple Outcomes Meta-Analysis

There are situations in which we have a comparison of more than two groups. In general, we may encounter multiple outcomes, multiple risk factors, or multiple treatments. In such situations, we have three groups instead, and subsequently two effect sizes (g1i, g2i) that are calculated for the comparison of two groups or conditions against a reference category. In all cases, we are usually interested in finding differentially expressed genes, common in all conditions, or genes that differ among the conditions. The multivariate meta-analysis provides several important advantages and there are available methods to handle this situation [21]. However, these methods come with a computational cost and, thus, in order to enable faster analysis, we followed a different approach: within each study we first performed either the tests (described in [21]) for the equality of the estimates ( D i = g 1 i g 2 i = 0 ), or the joint test with the null hypothesis stating that both estimates are equal to zero ( W i ), and we then combined these tests across studies with standard methods of univariate meta-analysis. W i is given by:
W i = [ g ^ 1 i g ^ 2 i   ] T [ v a ^ r ( g ^ 1 i ) c o ^ v ( g ^ 1 i , g ^ 2 i ) c o ^ v ( g ^ 1 i , g ^ 2 i ) v a ^ r ( g ^ 2 i ) ] 1 [ g ^ 1 i g ^ 2 i ]

2.6. Multiple-Comparison Methods

A well-known problem in high-throughput experiments is the need to adjust for multiple comparisons, since in such cases the nominal level of significance is not preserved. Following this rationale, MAGE provides methods that correct for multiple-comparison correction. We implement several methods that control the family-wise error rate (FWER), and methods that control the false discovery rate (FDR). For the family-wise error rate, the Bonferroni, Holm, Holand, and Sidak methods were implemented [22,23,24], whereas for the False Discovery Rate, we implemented the Hochberg and Simes correction methods [25,26]. To consider a gene as statistically significant with these correction methods, the standard p-value of a gene needs to be smaller than the p-value coming from the selected correction method ( p i < p c o r i ).
The Bonferroni correction is given by: p c o r i = a / n and the Sidak method is given by: p c o r i = 1 ( 1 a ) 1 / n , where a is the selected level of significance and n is the total number of tests. For the Holm and Holland methods, the list of p-values needs to be sorted in ascending order, and the p-values are corrected with the following formulae: p c o r i = a n + 1 i   , p c o r i = 1 ( 1 a ) n + 1 i , respectively.
To correct the p-values with the Hochberg and Simes methods, the list of p-values needs to be sorted in ascending order, but the comparisons are carried out in reverse order, i = n ,   n 1 , 1 . The Hochberg correction is given by: p c o r i = a n + 1 i , which is similar to the Holm method, and the Simes correction method is given by p c o r i = a i n .

2.7. Enrichment Analysis

Finally, the software uses g: Profiler [7] to perform functional enrichment analysis with a given gene list, produced as the result of the meta-analysis, by using the implemented Python module. The software returns several files containing gene definitions, a list with statistically significant enriched GO terms, biological pathways, regulatory motifs in DNA, or phenotype ontologies with which these genes are highly enriched, and provides the user with the option to visualize results with a Manhattan or a heatmap plot.

2.8. Implementation

The MAGE toolkit is implemented in Python and as a freely available web server, using an interface of PHP as well as CSS and JavaScript. It is available as a web service, and as a standalone package through a GitHub (https://github.com/pbagos/mage) repository under the GNU license. The online version of MAGE can be found on the website of compgen.org (http://www.compgen.org/tools/mage, http://195.251.108.230/MAGE/), where the user can perform its functions by selecting the analysis options easily and interactively. All functions of the standalone tool that are described above can be run in the online tool, except the Bootstrap meta-analysis function, as it is time consuming and requires many repetitions in order to give accurate estimations.

2.9. Plots

Graphical representations of the results are of great importance, so several standard graphical outputs, such as Q–Q plots, volcano plots, Manhattan plots, and heatmap plots, have been implemented for each significantly enriched GO term. With the Q–Q plot, a theoretical distribution of the corrected effect sizes is compared to the actual distribution of the corrected effect sizes. In addition, histograms were used to portray the measures of heterogeneity. Furthermore, a volcano plot plots the effect sizes against the negative decimal logarithm (−log10) of the p-values. Additionally, using the multiple outcomes meta-analysis, a Venn diagram is produced to display how many genes were found to be statistically significantly over- or under-expressed in each condition. All the available plots are presented in Figure 3.

3. Results

To illustrate the utility and features of the MAGE toolkit, we provide a simple real-life scenario (see the Supplementary Materials) where we analyzed ten published microarray case-control studies on placental samples [27]. These data were previously analyzed in a meta-analysis conducted by Vennou et al [27]. In the first step, for each study, the subject’s status of controls and cases was annotated. The datasets were sourced from different platforms, so we had to convert the probe identifiers to gene identifiers, and then combine the multiple entries of the same gene into one entry, using average value with the use of the GISU module. We performed univariate meta-analysis at an FDR level of 0.01. We also performed functional enrichment analysis using the differentially expressed genes (DEGs) derived from the meta-analysis. The functional enrichment analysis of the input gene list was performed using the g:Profiler toolkit. Each functional enriched term was derived from the most common data sources which are regularly updated (Gene Ontology, KEGG, Reactome, WikiPathways, miRTarBase, TRANSFAC, Human Protein Atlas, CORUM, and the Human Phenotype Ontology). The enrichment analysis results can be downloaded in Manhattan plot, heatmap, or table formats containing information about the functionally enriched term, gene associations, and corresponding p-values.
The results file contains information about the effect size, the standard error, the z-value, the p-value, the metrices for heterogeneity, and the statistical significance for each gene according to the p-value given by each correction method (Holmes, Bonferroni, FDR/Simes etc.) (Supplementary File S1, Figure S5). The effect size reveals which genes are overexpressed (the genes with a positive value) or underexpressed (the genes with a negative value). In our example, differentially expressed genes (DEGs) were considered to be those identified at a false discovery rate of 0.01, which is shown in the column “Simes”. The number 1 indicates the statistically significant DEGs, and 0 the non-statistically significant DEGs (the same for Holmes, Bonferroni, and the other correction methods). Meta-analysis identified 739 DEGs associated with preeclampsia. The molecular interactions among these DEGs, and the biochemical pathways in which these genes participate, were investigated with functional enrichment analysis. Finally, histograms were used to portray the measures of heterogeneity (Figure 3a), and a Q–Q plot, which shows the theoretical distribution of the corrected effect sizes compared against the actual distribution of the corrected effect sizes, is given (Figure 3d). In addition, the volcano plot is available; this depicts the effect sizes against the negative decimal logarithm (−log10) of the p-values (Figure 3b).
The enrichment results in g:GOSt are highlighted in a Manhattan plot (Figure 3e). The enrichment results are presented in a Manhattan Plot with all significant terms identified per source; this is accompanied by a more extensive readable output format with detailed information about every term, with a gene list and p-values. Each functional enriched term is derived from the most common data sources which are regularly updated such as Gene Ontology, KEGG, Reactome, WikiPathways, miRTarBase, TRANSFAC, Human Protein Atlas, CORUM, and the Human Phenotype Ontology. Furthermore, a heatmap visualization illustrates results for genes participating in significant enrichment terms.
More specifically, enrichment analysis returned DEGs that are highly overrepresented in terms from GO biological processes, molecular functions, cellular components, and regulatory motifs (GO:BP, GO:MF, GO:CC, TF). There were no significant results in functional terms from KEGG, Reactome, WikiPathways, miRTarBase, Human Protein Atlas, CORUM, or the Human Phenotype Ontology sources. The top five significant terms from each source are represented in Supplementary File S1, Table S1 with the corresponding heatmap visualization per source.
A comparison of MAGE against other relevant packages for the meta-analysis of gene expression data, such as metaMA, MetaIntegrator, DExMA, MetaDE, and Express Analyst, is provided in Table 1. In brief, MAGE implements the widest range of features, and it is, to our knowledge, the only publicly available implementation of bootstrap meta-analysis and multiple outcomes meta-analysis. Most of the tools mentioned in Table 1 incorporate only basic methods and need programming skills to configure and finally execute them (a process that requires excessive amount of work). In contrast to these other tools, MAGE is user-friendly, since it allows full parameterization through a configuration file, without requiring programming skills. Additionally, investigations into the time needed to perform an analysis, and the comparison against the other available tools (Table 2, Figure 4), show that MAGE is quite fast even with a large number of studies. metaMA is the only tool that slightly outperforms MAGE in terms of speed, but it offers significantly fewer options for meta-analysis. All packages provide functionalities for standard meta-analysis.
For the comparison, we used the whole set described earlier, and subsets of the ten placental microarray case-control studies. Each study in this dataset contained twenty-five thousand genes on average. Vennou et al [27] performed this meta-analysis with STATA statistical software and identified 629 differentially expressed genes, at an FDR of 0.01. To compare the results between packages, we used the same meta-analysis settings. MAGE identified the same differentially expressed genes. Concerning the comparison with the other microarray meta-analysis packages, the results were similar when the same method was used, as expected. However, minor discrepancies may arise from the use of Cohen’s d or Hedge’s g. More specifically, DEXMA gave very similar results to MAGE, and identified 622 differentially expressed genes. The slight discrepancy can be explained by the fact that DEXMA uses the approximate correction for g, instead of the exact one. The other three tools identified significantly fewer differentially expressed genes. MetaDE (444 genes) and metaMA (446 genes) require that all studies must contain the same set of genes in order to perform the meta-analysis. This is not statistically necessary and may yield biased results (metaDE uses the Hedge’s g correction whereas metaMA does not). Finally, the MetaIntegrator package (498 genes) does not use the Hedge’s g correction at all and, for this reason, yields different results. The Venn diagram below (Figure 5) depicts the common genes that were identified as differentially expressed in each tool that was used in the comparison. A total of 277 differentially expressed genes were identified by all methods. For comparison purposes, all analyses were performed using a personal computer with the following technical characteristics: operating system (OS): Windows 10 Pro, CPU: Intel i7, 7th Gen. (7500U), 2.70 GHz and 2.90 GHz, RAM: 16 GB, and drive type: SSD.

4. Discussion

MAGE is a Python open-source software package for the meta-analysis of gene expression data. It includes useful features that can be used to detect differentially expressed genes in gene expression studies, and gives accurate estimations; at the same time, it is both easy to use and fast. For the first time, bootstrap meta-analysis and multiple outcomes meta-analysis are introduced as available functions in a package for the meta-analysis of gene expression; this may help researchers to produce more accurate results and address several research questions not easily addressed with other packages. MAGE is a complete package for gene expression meta-analysis, which only needs a set of gene expression studies as input to run all the available analyses, without the need for coding. Furthermore, the fact that MAGE is also available as a web service makes it a more user-friendly tool for users with limited knowledge of programming.
One thing we need to bear in mind is that all meta-analysis tools and methods assume that the data are pre-processed and normalized in a proper manner [12,13]. However, batch effects are a source of significant problems in microarray data analysis, especially when it comes to combining different datasets. Although normalization methods do improve the situation, they cannot completely remove the effect, and hence dedicated methods are needed [28,29]. However, we should emphasize that microarray integration can be conceptually divided into approaches that perform early-stage integration (cross-platform normalization or data merging) and those that perform late-stage integration (meta-analysis) [30,31]. Since meta-analysis methods first perform a comparison within studies, removing batch effects becomes most important in the case of data merging (cross-platform normalization), and not in the traditional meta-analysis that we advocate in this work [30,31].

5. Conclusions

The MAGE toolkit is a web tool for the meta-analysis of gene expression studies. The package offers some unique features, such as the conversion of identifiers to gene symbols, and multiple outcomes meta-analysis, coupled with several useful tools for standard meta-analysis, graphical representation of results, functional enrichment, and ease of use. We have shown that MAGE is fast and accurate, and we contend that, due to its interactivity and ease-of-use, it is a useful tool for gene expression meta-analysis. It is designed for non-experts without prior familiarity with command line tools or scripting. Meta-analysis is the subject of active research in our lab, and thus MAGE will be continuously updated with new features (i.e., Bayesian meta-analysis, other random effects estimators, network meta-analysis, interactive plots, and more).

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/biology11060895/s1, Supplementary File S1: Set up tool parameters and Meta-analysis Results [27,32,33,34,35,36,37,38,39,40,41].

Author Contributions

Conceptualization, P.G.B.; methodology, P.G.B., G.A.M., I.A.T.; software, I.A.T., G.A.M.; validation, I.A.T., G.A.M., K.E.V., P.I.K., T.C.; formal analysis, P.G.B.; data curation, K.E.V., P.I.K.; writing—original draft preparation, G.A.M.; writing—review and editing, I.A.T., G.A.M., K.E.V., P.I.K., T.C., P.G.B.; visualization, I.A.T., P.I.K., G.A.M.; supervision, P.G.B.; funding acquisition, P.G.B. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the project “GENOMIC OASIS: GENOMIC Analysis of Organisms of Agricultural and liveStock Interest in Sterea”, grant number 5045902.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Forero, D.A.; Lopez-Leon, S.; González-Giraldo, Y.; Bagos, P.G. Ten Simple Rules for Carrying out and Writing Meta-Analyses. PLoS Comput. Biol. 2019, 15, e1006922. [Google Scholar] [CrossRef] [PubMed]
  2. Marot, G.; Foulley, J.-L.; Mayer, C.-D.; Jaffrézic, F. Moderated Effect Size and P-Value Combinations for Microarray Meta-Analyses. Bioinformatics 2009, 25, 2692–2699. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Haynes, W.A.; Vallania, F.; Liu, C.; Bongen, E.; Tomczak, A.; Andres-Terrè, M.; Lofgren, S.; Tam, A.; Deisseroth, C.A.; Li, M.D. Empowering Multi-Cohort Gene Expression Analysis to Increase Reproducibility. In Proceedings of the Pacific Symposium on Biocomputing 2017; World Scientific Publishing Co. Pte. Ltd.: Kohala Coast, HI, USA, 2017. [Google Scholar]
  4. Villatoro-García, J.A.; Carmona-Sáez, P. Differential Expression Meta-Analysis with DExMA Package. 2021. Available online: https://bioconductor.org/packages/release/bioc/html/DExMA.html (accessed on 12 May 2022).
  5. Wang, X.; Kang, D.D.; Shen, K.; Song, C.; Lu, S.; Chang, L.-C.; Liao, S.G.; Huo, Z.; Tang, S.; Ding, Y. An R Package Suite for Microarray Meta-Analysis in Quality Control, Differentially Expressed Gene Analysis and Pathway Enrichment Detection. Bioinformatics 2012, 28, 2534–2536. [Google Scholar] [CrossRef]
  6. Zhou, G.; Soufan, O.; Ewald, J.; Hancock, R.E.; Basu, N.; Xia, J. NetworkAnalyst 3.0: A Visual Analytics Platform for Comprehensive Gene Expression Profiling and Meta-Analysis. Nucleic Acids Res. 2019, 47, W234–W241. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  7. Raudvere, U.; Kolberg, L.; Kuzmin, I.; Arak, T.; Adler, P.; Peterson, H.; Vilo, J. G: Profiler: A Web Server for Functional Enrichment Analysis and Conversions of Gene Lists (2019 Update). Nucleic Acids Res. 2019, 47, W191–W198. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  8. Schölz, C.; Lyon, D.; Refsgaard, J.C.; Jensen, L.J.; Choudhary, C.; Weinert, B.T. Avoiding Abundance Bias in the Functional Annotation of Posttranslationally Modified Proteins. Nat. Methods 2015, 12, 1003–1004. [Google Scholar] [CrossRef] [PubMed]
  9. Liao, Y.; Wang, J.; Jaehnig, E.J.; Shi, Z.; Zhang, B. WebGestalt 2019: Gene Set Analysis Toolkit with Revamped UIs and APIs. Nucleic Acids Res. 2019, 47, W199–W205. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  10. Mi, H.; Ebert, D.; Muruganujan, A.; Mills, C.; Albou, L.-P.; Mushayamaha, T.; Thomas, P.D. PANTHER Version 16: A Revised Family Classification, Tree-Based Classification Tool, Enhancer Regions and Extensive API. Nucleic Acids Res. 2021, 49, D394–D403. [Google Scholar] [CrossRef]
  11. Jiao, X.; Sherman, B.T.; Huang, D.W.; Stephens, R.; Baseler, M.W.; Lane, H.C.; Lempicki, R.A. DAVID-WS: A Stateful Web Service to Facilitate Gene/Protein List Analysis. Bioinformatics 2012, 28, 1805–1806. [Google Scholar] [CrossRef] [Green Version]
  12. Ramasamy, A.; Mondry, A.; Holmes, C.C.; Altman, D.G. Key Issues in Conducting a Meta-Analysis of Gene Expression Microarray Datasets. PLoS Med. 2008, 5, e184. [Google Scholar] [CrossRef]
  13. Kontou, P.I.; Pavlopoulou, A.; Bagos, P.G. Methods of Analysis and Meta-Analysis for Identifying Differentially Expressed Genes. Methods Mol. Biol. 2018, 1793, 183–210. [Google Scholar] [PubMed]
  14. Dai, M.; Wang, P.; Boyd, A.D.; Kostov, G.; Athey, B.; Jones, E.G.; Bunney, W.E.; Myers, R.M.; Speed, T.P.; Akil, H. Evolving Gene/Transcript Definitions Significantly Alter the Interpretation of GeneChip Data. Nucleic Acids Res. 2005, 33, e175. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. DerSimonian, R.; Laird, N. Meta-Analysis in Clinical Trials. Control. Clin. Trials 1986, 7, 177–188. [Google Scholar] [CrossRef]
  16. Hedges, L.V. Distribution Theory for Glass’s Estimator of Effect Size and Related Estimators. J. Educ. Stat. 1981, 6, 107–128. [Google Scholar] [CrossRef]
  17. Choi, J.K.; Yu, U.; Kim, S.; Yoo, O.J. Combining Multiple Microarray Studies and Modeling Interstudy Variation. Bioinformatics 2003, 19 (Suppl. S1), i84–i90. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  18. Doerge, R.W. Combining Affymetrix Microarray Results. BMC Bioinform. 2005, 6, 57. [Google Scholar]
  19. Diciccio, T.J.; Romano, J.P. A Review of Bootstrap Confidence Intervals. J. R. Stat. Soc. Ser. B Stat. Methodol. 1988, 50, 338–354. [Google Scholar] [CrossRef]
  20. Meuwissen, T.H.; Goddard, M.E. Bootstrapping of Gene-Expression Data Improves and Controls the False Discovery Rate of Differentially Expressed Genes. Genet. Sel. Evol. 2004, 36, 191–205. [Google Scholar] [CrossRef] [Green Version]
  21. Vennou, K.E.; Piovani, D.; Kontou, P.I.; Bonovas, S.; Bagos, P.G. Methods for Multiple Outcome Meta-Analysis of Gene-Expression Data. MethodsX 2020, 7, 100834. [Google Scholar] [CrossRef]
  22. Ludbrook, J. Multiple Comparison Procedures Updated. Clin. Exp. Pharmacol. Physiol. 1998, 25, 1032–1037. [Google Scholar] [CrossRef]
  23. Holm, S. A Simple Sequentially Rejective Multiple Test Procedure. Scand. J. Stat. 1979, 6, 65–70. [Google Scholar]
  24. Holland, B.S.; Copenhaver, M.D. An Improved Sequentially Rejective Bonferroni Test Procedure. Biometrics 1987, 43, 417–423. [Google Scholar] [CrossRef]
  25. Benjamini, Y. Discovering the False Discovery Rate. J. R. Stat. Soc. Ser. B Stat. Methodol. 2010, 72, 405–416. [Google Scholar] [CrossRef]
  26. Simes, R.J. An Improved Bonferroni Procedure for Multiple Tests of Significance. Biometrika 1986, 73, 751–754. [Google Scholar] [CrossRef]
  27. Vennou, K.E.; Kontou, P.I.; Braliou, G.G.; Bagos, P.G. Meta-Analysis of Gene Expression Profiles in Preeclampsia. Pregnancy Hypertens. 2020, 19, 52–60. [Google Scholar] [CrossRef] [PubMed]
  28. Lazar, C.; Meganck, S.; Taminau, J.; Steenhoff, D.; Coletta, A.; Molter, C.; Weiss-Solís, D.Y.; Duque, R.; Bersini, H.; Nowé, A. Batch Effect Removal Methods for Microarray Gene Expression Data Integration: A Survey. Brief. Bioinform. 2013, 14, 469–490. [Google Scholar] [CrossRef] [Green Version]
  29. Luo, J.; Schumacher, M.; Scherer, A.; Sanoudou, D.; Megherbi, D.; Davison, T.; Shi, T.; Tong, W.; Shi, L.; Hong, H.; et al. A Comparison of Batch Effect Removal Methods for Enhancement of Prediction Performance Using MAQC-II Microarray Gene Expression Data. Pharm. J. 2010, 10, 278–291. [Google Scholar] [CrossRef] [Green Version]
  30. Taminau, J.; Lazar, C.; Meganck, S.; Nowé, A. Comparison of Merging and Meta-Analysis as Alternative Approaches for Integrative Gene Expression Analysis. ISRN Bioinform. 2014, 2014, 345106. [Google Scholar] [CrossRef]
  31. Walsh, C.J.; Hu, P.; Batt, J.; Santos, C.C.D. Microarray Meta-Analysis and Cross-Platform Normalization: Integrative Genomics for Robust Biomarker Discovery. Microarrays 2015, 4, 389–406. [Google Scholar] [CrossRef]
  32. Guo, L.; Tsai, S.Q.; Hardison, N.E.; James, A.H.; Motsinger-Reif, A.A.; Thames, B.; Stone, E.A.; Deng, C.; Piedrahita, J.A. Differentially expressed microRNAs and affected biological pathways revealed by modulated modularity clustering (MMC) analysis of human preeclamptic and IUGR placentas. Placenta 2013, 34, 599–605. [Google Scholar] [CrossRef] [Green Version]
  33. Jebbink, J.M.; Boot, R.G.; Keijser, R.; Moerland, P.D.; Aten, J.; Veenboer, G.J.; van Wely, M.; Buimer, M.; Ver Loren van Themaat, E.; Aerts, J.M.; et al. Increased glucocerebrosidase expression and activity in preeclamptic placenta. Placenta 2015, 36, 160–169. [Google Scholar] [CrossRef] [PubMed]
  34. Leavey, K.; Benton, S.J.; Grynspan, D.; Kingdom, J.C.; Bainbridge, S.A.; Cox, B.J. Unsupervised Placental Gene Expression Profiling Identifies Clinically Relevant Subclasses of Human Preeclampsia. Hypertension 2016, 68, 137–147. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  35. Liang, M.; Niu, J.; Zhang, L.; Deng, H.; Ma, J.; Zhou, W.; Duan, D.; Zhou, Y.; Xu, H.; Chen, L. Gene expression profiling reveals different molecular patterns in G-protein coupled receptor signaling pathways between early- and late-onset preeclampsia. Placenta 2016, 40, 52–59. [Google Scholar] [CrossRef]
  36. Meng, T.; Chen, H.; Sun, M.; Wang, H.; Zhao, G.; Wang, X. Identification of differential gene expression profiles in placentas from preeclamptic pregnancies versus normal pregnancies by DNA microarrays. OMICS 2012, 16, 301–311. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  37. Nishizawa, H.; Ota, S.; Suzuki, M.; Kato, T.; Sekiya, T.; Kurahashi, H.; Udagawa, Y. Comparative gene expression profiling of placentas from patients with severe pre-eclampsia and unexplained fetal growth restriction. Reprod. Biol. Endocrinol. 2011, 9, 107. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  38. Nishizawa, H.; Pryor-Koishi, K.; Kato, T.; Kowa, H.; Kurahashi, H.; Udagawa, Y. Microarray analysis of differentially expressed fetal genes in placental tissue derived from early and late onset severe pre-eclampsia. Placenta 2007, 28, 487–497. [Google Scholar] [CrossRef]
  39. Sitras, V.; Paulssen, R.H.; Grønaas, H.; Leirvik, J.; Hanssen, T.A.; Vårtun, A.; Acharya, G. Differential placental gene expression in severe preeclampsia. Placenta 2009, 30, 424–433. [Google Scholar] [CrossRef]
  40. Tsai, S.; Hardison, N.E.; James, A.H.; Motsinger-Reif, A.A.; Bischoff, S.R.; Thames, B.H.; Piedrahita, J.A. Transcriptional profiling of human placentas from pregnancies complicated by preeclampsia reveals disregulation of sialic acid acetylesterase and immune signalling pathways. Placenta 2011, 32, 175–182. [Google Scholar] [CrossRef] [Green Version]
  41. Winn, V.D.; Gormley, M.; Paquet, A.C.; Kjaer-Sorensen, K.; Kramer, A.; Rumer, K.K.; Haimov-Kochman, R.; Yeh, R.F.; Overgaard, M.T.; Varki, A.; et al. Severe preeclampsia-related changes in gene expression at the maternal-fetal interface include sialic acid-binding immunoglobulin-like lectin-6 and pappalysin-2. Endocrinology 2009, 150, 452–462. [Google Scholar] [CrossRef]
Figure 1. Schematic representation of the workflow.
Figure 1. Schematic representation of the workflow.
Biology 11 00895 g001
Figure 2. An example of how GISU transforms probes to gene identifiers. Two probe identifiers correspond to the same gene identifier (highlighted gene identifier). In this case, the max transformation method is applied. For each subject, the largest values remain in the final dataset, and the other is deleted.
Figure 2. An example of how GISU transforms probes to gene identifiers. Two probe identifiers correspond to the same gene identifier (highlighted gene identifier). In this case, the max transformation method is applied. For each subject, the largest values remain in the final dataset, and the other is deleted.
Biology 11 00895 g002
Figure 3. Plots generated by MAGE. (a) Tau-squared histogram; (b) volcano plot; (c) Venn diagram; (d) Q–Q plot; (e) Manhattan plot. Similar histograms such as (a) are produced for the other heterogeneity measures. The heterogeneity measure histograms, i.e., (a) the Volcano plot (b) and the QQ plot (d), can be produced both from the standard meta-analysis and the bootstrap meta-analysis functions. The three circle Venn diagram (c) is implemented for the multiple outcomes meta-analysis, and the Manhattan plot (e) occurs from the functional enrichment analysis. A full list with the enriched GO term table is provided in the enrichment analysis results file that is given in Supplementary File S1.
Figure 3. Plots generated by MAGE. (a) Tau-squared histogram; (b) volcano plot; (c) Venn diagram; (d) Q–Q plot; (e) Manhattan plot. Similar histograms such as (a) are produced for the other heterogeneity measures. The heterogeneity measure histograms, i.e., (a) the Volcano plot (b) and the QQ plot (d), can be produced both from the standard meta-analysis and the bootstrap meta-analysis functions. The three circle Venn diagram (c) is implemented for the multiple outcomes meta-analysis, and the Manhattan plot (e) occurs from the functional enrichment analysis. A full list with the enriched GO term table is provided in the enrichment analysis results file that is given in Supplementary File S1.
Biology 11 00895 g003
Figure 4. Run-time comparison of MAGE and other tools using different number of studies.
Figure 4. Run-time comparison of MAGE and other tools using different number of studies.
Biology 11 00895 g004
Figure 5. Venn diagram for the common genes that were identified as differentially expressed in each meta-analysis package.
Figure 5. Venn diagram for the common genes that were identified as differentially expressed in each meta-analysis package.
Biology 11 00895 g005
Table 1. Comparison of features available in packages for the meta-analysis of gene expression.
Table 1. Comparison of features available in packages for the meta-analysis of gene expression.
FeaturesMAGE
(2022)
metaMA
(2009)
MetaDE
(2012)
MetaIntegrator (2017)Express Analyst (2019)DExMA
(2021)
Software typeWeb based,
Standalone
StandaloneStandaloneStandaloneWeb basedStandalone
Programming languagePythonRRRJavascript, RR
LicenseFreeFreeFreeFreeFreeFree
Data InputExpression tablesExpression tablesExpression tablesExpression tablesExpression tablesExpression tables
GEO data downloadNoNoNoYesNoYes
Probe annotationYesNoYesYesYesNo
Standard meta-analysisYesYesYesYesYesYes
Rank product
meta-analysis
NoNoYesNoYesNo
p-value combinationNoNoYesNoYesYes
Hedge’s gYesNoYesNoNoYes
IDD/IRRYesYesNoNoNoNo
FDR methodsYesNoYesYesNoYes
FWER methodsYesNoNoNoNoNo
Bootstrap standard errorsYesNoNoNoNoNo
Multiple outcomes
meta-analysis
YesNoNoNoNoNo
Enrichment analysisYesNoYesNoYesNo
Requires a common gene set across studiesNoYesYesNoNoNo
VisualizationsYesYesYesYesYesYes
Table 2. Evaluation of MAGE and other tools in terms of speed with varying number of studies.
Table 2. Evaluation of MAGE and other tools in terms of speed with varying number of studies.
Number
of Studies
4 Studies6 Studies8 Studies10 Studies
MAGE6.98 s10.23 s20.58 s27.36 s
DExMA9.81 s13.89 s21.87 s29.25 s
metaMA5.74 s9.67 s15.81 s20.54 s
MetaIntegrator33.91 s41.12 s49.39 s54.07 s
MetaDE25.32 s27.33 s30.78 s33.37 s
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Tamposis, I.A.; Manios, G.A.; Charitou, T.; Vennou, K.E.; Kontou, P.I.; Bagos, P.G. MAGE: An Open-Source Tool for Meta-Analysis of Gene Expression Studies. Biology 2022, 11, 895. https://doi.org/10.3390/biology11060895

AMA Style

Tamposis IA, Manios GA, Charitou T, Vennou KE, Kontou PI, Bagos PG. MAGE: An Open-Source Tool for Meta-Analysis of Gene Expression Studies. Biology. 2022; 11(6):895. https://doi.org/10.3390/biology11060895

Chicago/Turabian Style

Tamposis, Ioannis A., Georgios A. Manios, Theodosia Charitou, Konstantina E. Vennou, Panagiota I. Kontou, and Pantelis G. Bagos. 2022. "MAGE: An Open-Source Tool for Meta-Analysis of Gene Expression Studies" Biology 11, no. 6: 895. https://doi.org/10.3390/biology11060895

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop