Skip to main content
PPAR Research logoLink to PPAR Research
. 2016 Apr 11;2016:6042162. doi: 10.1155/2016/6042162

PPARgene: A Database of Experimentally Verified and Computationally Predicted PPAR Target Genes

Li Fang 1, Man Zhang 1, Yanhui Li 1, Yan Liu 1, Qinghua Cui 2, Nanping Wang 1,3,*
PMCID: PMC4842375  PMID: 27148361

Abstract

The peroxisome proliferator-activated receptors (PPARs) are ligand-activated transcription factors of the nuclear receptor superfamily. Upon ligand binding, PPARs activate target gene transcription and regulate a variety of important physiological processes such as lipid metabolism, inflammation, and wound healing. Here, we describe the first database of PPAR target genes, PPARgene. Among the 225 experimentally verified PPAR target genes, 83 are for PPARα, 83 are for PPARβ/δ, and 104 are for PPARγ. Detailed information including tissue types, species, and reference PubMed IDs was also provided. In addition, we developed a machine learning method to predict novel PPAR target genes by integrating in silico PPAR-responsive element (PPRE) analysis with high throughput gene expression data. Fivefold cross validation showed that the performance of this prediction method was significantly improved compared to the in silico PPRE analysis method. The prediction tool is also implemented in the PPARgene database.

1. Introduction

Peroxisome proliferator-activated receptors (PPARs) are ligand-activated transcription factors that belong to the superfamily of nuclear receptors. PPARs form heterodimers with a retinoid X receptor (RXR) and control gene expression by binding to specific PPAR-responsive elements (PPREs) on target gene promoters [1]. PPARs play critical roles in the regulation of lipid and glucose metabolism, inflammation, wound healing, and many other pathophysiological processes [25]. Synthetic PPAR ligands, such as fibrates and thiazolidinediones, are used for clinical treatment of dyslipidemia and type 2 diabetes, respectively [6].

Extensive studies have demonstrated a variety of target genes regulated by the individual PPAR subtype. Therefore, building a database with a comprehensive collection of the previously verified PPAR target genes for each subtype will be helpful for PPAR research. In this study, we first established a database of PPAR target genes, PPARgene. Experimentally verified PPAR target genes were manually curated and detailed information including PPAR subtype, tissue types, species, and reference PubMed IDs was provided.

Recently, the application of high throughput technologies such as microarray has generated a number of PPAR-induced gene expression data sets, which are freely available in public database. By integrating in silico PPRE analysis with high throughput gene expression data, we developed a machine learning method to predict novel PPAR target genes. The prediction tool is also implemented in the PPARgene database (http://www.ppargene.org/).

2. Methods

2.1. Data Collection

2.1.1. Collection of Experimentally Verified PPAR Target Genes

PPAR-related publications were acquired from PubMed database using the key words “PPAR”, “PPAR alpha”, “PPAR beta”, “PPAR delta”, “PPAR gamma”, or “peroxisome proliferator” (review articles were excluded). We then curated the data manually and retrieved the PPAR target genes if experimental evidence for gene regulation (at mRNA and/or protein levels) and functional PPRE (reporter assay and/or DNA-binding assays) were both reported.

2.1.2. Collection of PPAR-Relevant Microarray Data Sets

PPAR-relevant microarray data sets were acquired by searching the GEO database [7] using the key words “PPAR”, “PPAR alpha”, “PPAR beta”, “PPAR delta”, “PPAR gamma”, or “peroxisome proliferator”. We manually curated 22 data sets in which PPARs were activated or overexpressed.

2.2. Feature Extraction

2.2.1. High Throughput Evidence (HTE)

To obtain the high throughput experimental evidence supporting PPAR target gene interactions, we collected microarrays in which PPARs were activated or overexpressed. Raw data of collected microarrays were processed using the R-packages Bioconductor [8]. The HTE value of a gene was defined as total number of data sets divided by number of data sets in which this gene was upregulated (log2 fold change > 0.5).

2.2.2. PPRE Score (PS)

Reference genome of mouse (GRCm38) and rat (Rnor_6.0) was downloaded from NCBI. According to previous studies [912], PPREs were located within 5 kb upstream or downstream of the transcription start site (TSS) in most cases. Therefore, we extracted −5 kb~+5 kb TSS flanking sequences from the reference genome for all mouse and rat genes identifiable by Entrez Gene ID according to the genomic coordinates.

Potential PPREs were scanned in silico using the position weight matrix (PWM) model, which was widely used to describe cis-regulatory elements [13, 14]. Since the three subtypes of PPARs bind to a common core consensus sequence, we did not distinguish the difference of binding site among subtypes and used the position frequency matrix (PFM) of PPARγ-RXRα heterodimer retrieved from JASPAR database (ID: MA0065.2) [15] to compute the PWM of PPRE. The PWM was computed as described previously [16]. Briefly, we calculated the PWM value as

Wb,i=log2pb,ipb, (1)

where W b,i is PWM value of base b in position i, p(b) is background probability of base b in the genome, and p(b, i) is probability of base b in position i. Pseudocount values (square root of the number of sites) were added to each base in each position to smoothen the small sample effects. The PWM score for a putative sequence was calculated as sum of the PWM values for each nucleotide in the sequence. For each gene identifiable by Entrez Gene ID in the mouse genome, we scanned putative PPREs from the TSS flanking sequences in both strands at a PWM score cut-off of 4.56 (70% relative to top PWM score) initially. The PS value of a gene was defined as the highest PWM score of all PPREs identified in this gene.

2.2.3. Conserved PPRE Score (CPS)

Evolutionary conservation has been used as an effective filter for improving specificity in regulatory motif recognition [1719]. We performed comparative genomic analysis to identify conserved PPREs. Pairs of orthologous genes in mouse and rat were retrieved from NCBI HomoloGene database. TSS flanking sequences (−5 kb~+5 kb) of the orthologous gene pairs were aligned using megaBLAST with default parameters (word size = 28, reward = 1, mismatch penalty = −2, gap opening penalty = 0, and gap extension penalty = 2.5) [20, 21]. Alignments less than 50 bp or with an E-value > 0.001 were discarded. For each orthologous gene, we scanned putative PPREs from the TSS flanking sequences at a PWM score cut-off of 4.56. A pair of putative PPREs was identified as conserved PPRE if they were matched in the pairwise alignments. The CPS value of a gene was defined as the highest PWM score of all conserved PPREs identified in this gene.

2.3. Model Training and Evaluation

2.3.1. Training Sets for the Prediction Model

Experimentally verified target genes collected in the PPARgene database were defined as positive training samples. However, it would be difficult to prove that a gene is not a target gene of PPARs in any conditions. Thus, we obtain negative training samples by randomly choosing equal number of genes from the background data set, which contained all protein coding genes excluding the positive samples. To avoid sampling bias, we sampled the negative data set 100 times and then combined each negative data set with the positive data set to train the classifier.

2.3.2. Logistic Regression Classifier

We employed the binomial logistical regression model to predict PPAR target genes. All mouse protein coding genes with a HomoloGene database ID were classified according to a combination of the features described above. Let p i be the probability that the ith gene is a PPAR target gene and let 1 − p i be the probability that it is not. The logistic regression model is

logpi1pi=β0+j=1MβjXij, (2)

where β j is the regression coefficient of the feature X ij. The logistic regression model was implemented using the generalized linear model (GLM) function in R [22].

2.3.3. Performance Evaluation

We used 5-fold cross validation to evaluate the performance of the logistic regression model. In each round, 20% of the samples were left out as the test data and the remaining were the training data. Precision, recall, and F1 score were used to evaluate the performance of the classifier. Precision, recall, and F1 were calculated as

Precision=TPTP+FP,Recall=TPTP+FN,F1=2precision×recallprecision+recall, (3)

where TP is the number of true positives, FP is the number of false positives, and FN is the number of false negatives. We also calculated AUC, the area under the receiver operating characteristic (ROC) curve, using ROCR package [23]. Because negative data sets were obtained by 100 random samplings, the medians of precisions, recalls, F1s, and AUCs of the 100 training results were used.

2.4. Web Server

All data were organized using MySQL, an open-source relational database management system. The website was presented using PHP. The PPARgene database is freely available at http://www.ppargene.org/.

3. Results and Discussion

3.1. Experimentally Verified PPAR Target Genes

In this study, we developed a database for PPAR target genes. We curated PPAR target genes manually from 9046 PPAR-related publications. The PPARgene database now contains 225 experimentally verified PPAR target genes, including 83 target genes for PPARα, 83 target genes for PPARβ/δ, and 104 genes for PPARγ. Forty genes were common targets of at least two PPAR subtypes. Detailed information including tissues, species, reference PubMed IDs, and hyperlinks to the original articles in PubMed database was also provided.

3.2. Generation of Logistic Regression Models to Predict PPAR Target Genes

We generated a logistic regression model to predict novel PPAR target genes. To train the logistic regression model, experimentally verified target genes were used as positive examples. Equal numbers of negative examples were obtained by random sampling from the background gene sets. Since the three PPAR subtypes bind to a conserved core sequence and share some common target genes [24], we currently did not distinguish subtypes in our prediction model.

Firstly, we generated the prediction model only based on in silico PPRE recognition using the standard position weight matrices (PWM) model [16]. Because functional PPREs were also found in downstream region of the TSS [912, 25], we scanned PPREs on both upstream and downstream regions. Genes were predicted as target genes or not according to the PWM score (PS). Fivefold cross validation was used to evaluate the performance of this model. As shown in Table 1, the median precision, recall, F1, and AUC were 0.57, 0.49, 0.52, and 0.59, respectively. The performance was poor, which may be due to a high number of false predictions of PPREs. It is reported that conservation in regulatory regions can be used to enhance the predictive specificity [1719]. We next performed comparative genomic analysis to identify putative PPREs conserved in mouse and rat. Orthologous genes were then classified according to conserved PPRE score (CPS). As shown in Table 1, the median precision, recall, F1, and AUC were 0.61, 0.68, 0.64, and 0.68, respectively, which indicated a better performance.

Table 1.

Performances of logistic regression models trained on different features.

Features Precision Recall F1 AUC
PS 0.57 0.49 0.52 0.59
CPS 0.61 0.68 0.64 0.68
CPS + HTE 0.83 0.59 0.69 0.82

PS: PPRE score; CPS: conserved PPRE score; HTE: high throughput evidence.

Rather than in silico prediction of binding sites, experimental data sets provide direct evidence for gene regulation. Recently, high throughput technologies have produced a number of public available PPAR-relevant gene expression profiles. Thus, we collected PPAR-gain-of-function microarray data sets from the GEO database and extracted the supporting evidence for gene regulation. The logistic regression model was then generated based on a combination of conserved PPRE score and high throughput evidence. As shown in Table 1, the median precision, recall, F1, and AUC were 0.61, 0.68, 0.64, and 0.68. The performance was greatly improved. ROC curves of the prediction models also showed the improvement in performance (Figure 1).

Figure 1.

Figure 1

ROC curves for logistic regression models trained on different features. CPS: conserved PPRE score; HTE: high throughput evidence; PS: PPRE score.

3.3. Genome-Wide Prediction of PPAR Target Genes

We predicted PPAR target genes from all 18,716 orthologous genes in mouse genome using the prediction model based on the combination of conserved PPRE score and high throughput evidence. We classified the predicted target genes into 3 confidence levels according to the p value (the probability of being a PPAR target gene) (Figure 2). In total, 2,683 genes with p > 0.45 were predicted as potential PPAR target genes, in which 448 genes were in the high-confidence category (p > 0.8), 803 genes were in the median-confidence category (0.8 ≥ p > 0.6), and 1432 genes were in the low-confidence (high-sensitivity) category (0.6 ≥ p > 0.45). Genes with p value ≤ 0.45 were predicted as negative. A complete list of the predicted PPAR target genes was available in the PPARgene website.

Figure 2.

Figure 2

Number of predicted target genes in mouse genome. The predicted target genes were classified into 3 confidence levels according to the p value computed in the logistic regression model.

4. Querying the Database

The PPARgene database is composed of two modules: one is for querying experimentally verified target genes and the other is for querying computationally predicted target genes.

4.1. Experimentally Verified Target Genes

We provide users two ways to query the experimentally verified target genes. First, users can browse the results by selecting the PPAR subtype. PPARgene will return a table of matched entries. Users can also submit a specific gene symbol. The provided results contain the following items: PPAR subtype, gene symbol, species, tissue/cell types, regulation direction, and reference PubMed IDs.

4.2. Computationally Predicted Target Genes

Users can retrieve the prediction results by querying the gene symbol. If the gene is predicted as a PPAR target gene, the query will return a p value with a confidence level. A larger p value means a higher confidence. High throughput gene expression data and putative PPREs were listed to support the prediction. For example, Klf15 was predicted as a PPAR target gene at a high confidence (Figure 3). The prediction was made based on the curated microarray data and identified PPREs. PPAR agonists WY14643 and GW501516 upregulated Klf15 expression in mouse heart and skeletal muscle tissues. In addition, 9 putative PPREs were found in the TSS flanking regions of mouse Klf15. Six of the 9 PPREs were also found in rat Klf15 and labeled with an asterisk. The PPRE in the +1102 has a highest PWM score (13.45). Thus, the logistic regression model integrated both the gene expression information and the highest PWM score of the PPRE to compute the probability value (p) as 0.84298, which placed Klf15 as a predicted target gene in the high-confidence category.

Figure 3.

Figure 3

Predicted results of a query gene. High throughput gene expression data and putative PPREs were provided to support the prediction.

4.3. Downloadable Files

Users can download data sets of experimentally verified PPAR target genes as well as computationally predicted target genes. We also provide hyperlinks for downloading the high throughput experimental data sets curated in our prediction model.

5. Future Extensions

In this release of PPARgene, we have focused on curation and prediction of protein coding target genes. Recent studies demonstrated that PPARs regulate non-protein coding genes as well [26, 27]. Therefore, the future goal is to predict noncoding target genes of PPARs. We will also develop methods to predict target genes for each PPAR subtype. Experimentally supported PPAR target genes in the PPARgene database will be updated every 3 months.

6. Conclusion

In this study, we described PPARgene, a novel database of experimentally verified as well as computationally predicted PPAR target genes. By integrating in silico PPRE analysis with high throughput gene expression data, we developed an effective machine learning method to predict novel PPAR target genes in the mouse genome. We consider that PPARgene will be a useful tool for PPAR research.

Acknowledgments

This work was funded by grants from the National Science Foundation of China (31430045, 81470373, and 81220108005).

Competing Interests

The authors declare that there are no competing interests regarding the publication of this paper.

References

  • 1.Berger J., Moller D. E. The mechanisms of action of PPARs. Annual Review of Medicine. 2002;53:409–435. doi: 10.1146/annurev.med.53.082901.104018. [DOI] [PubMed] [Google Scholar]
  • 2.Fan Y., Wang Y., Tang Z., et al. Suppression of pro-inflammatory adhesion molecules by PPAR-δ in human vascular endothelial cells. Arteriosclerosis, Thrombosis, and Vascular Biology. 2008;28(2):315–321. doi: 10.1161/atvbaha.107.149815. [DOI] [PubMed] [Google Scholar]
  • 3.Harman F. S., Nicol C. J., Marin H. E., Ward J. M., Gonzalez F. J., Peters J. M. Peroxisome proliferator-activated receptor-delta attenuates colon carcinogenesis. Nature Medicine. 2004;10(5):481–483. doi: 10.1038/nm1026. [DOI] [PubMed] [Google Scholar]
  • 4.Wang N., Verna L., Chen N.-G., et al. Constitutive activation of peroxisome proliferator-activated receptor-γ suppresses pro-inflammatory adhesion molecules in human vascular endothelial cells. Journal of Biological Chemistry. 2002;277(37):34176–34181. doi: 10.1074/jbc.m203436200. [DOI] [PubMed] [Google Scholar]
  • 5.Wang Y.-X. PPARs: diverse regulators in energy metabolism and metabolic diseases. Cell Research. 2010;20(2):124–137. doi: 10.1038/cr.2010.13. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Staels B., Fruchart J.-C. Therapeutic roles of peroxisome proliferator-activated receptor agonists. Diabetes. 2005;54(8):2460–2470. doi: 10.2337/diabetes.54.8.2460. [DOI] [PubMed] [Google Scholar]
  • 7.Barrett T., Wilhite S. E., Ledoux P., et al. NCBI GEO: archive for functional genomics data sets—update. Nucleic Acids Research. 2013;41(1):D991–D995. doi: 10.1093/nar/gks1193. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Gentleman R. C., Carey V. J., Bates D. M., et al. Bioconductor: open software development for computational biology and bioinformatics. Genome Biology. 2004;5(10, article R80) doi: 10.1186/gb-2004-5-10-r80. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Lefterova M. I., Zhang Y., Steger D. J., et al. PPARγ and C/EBP factors orchestrate adipocyte biology via adjacent binding on a genome-wide scale. Genes and Development. 2008;22(21):2941–2952. doi: 10.1101/gad.1709008. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Nielsen R., Pedersen T. Å., Hagenbeek D., et al. Genome-wide profiling of PPARγ:RXR and RNA polymerase II occupancy reveals temporal activation of distinct metabolic pathways and changes in RXR dimer composition during adipogenesis. Genes and Development. 2008;22(21):2953–2967. doi: 10.1101/gad.501108. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.van der Meer D. L. M., Degenhardt T., Väisänen S., et al. Profiling of promoter occupancy by PPARα in human hepatoma cells via ChIP-chip analysis. Nucleic Acids Research. 2010;38(9):2839–2850. doi: 10.1093/nar/gkq012. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Adhikary T., Wortmann A., Schumann T., et al. The transcriptional PPARβ/δ network in human macrophages defines a unique agonist-induced activation state. Nucleic Acids Research. 2015;43(10):5033–5051. doi: 10.1093/nar/gkv331. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Stormo G. D. DNA binding sites: representation and discovery. Bioinformatics. 2000;16(1):16–23. doi: 10.1093/bioinformatics/16.1.16. [DOI] [PubMed] [Google Scholar]
  • 14.Bulyk M. L. Computational prediction of transcription-factor binding site locations. Genome Biology. 2003;5(1, article 201) doi: 10.1186/gb-2003-5-1-201. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Mathelier A., Zhao X., Zhang A. W., et al. JASPAR 2014: an extensively expanded and updated open-access database of transcription factor binding profiles. Nucleic Acids Research. 2014;42(1):D142–D147. doi: 10.1093/nar/gkt997. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Wasserman W. W., Sandelin A. Applied bioinformatics for the identification of regulatory elements. Nature Reviews Genetics. 2004;5(4):276–287. doi: 10.1038/nrg1315. [DOI] [PubMed] [Google Scholar]
  • 17.Sandelin A., Wasserman W. W., Lenhard B. ConSite: web-based prediction of regulatory elements using cross-species comparison. Nucleic Acids Research. 2004;32:W249–W252. doi: 10.1093/nar/gkh372. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Xie X., Lu J., Kulbokas E. J., et al. Systematic discovery of regulatory motifs in human promoters and 3′ UTRs by comparison of several mammals. Nature. 2005;434(7031):338–345. doi: 10.1038/nature03441. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Stark A., Lin M. F., Kheradpour P., et al. Discovery of functional elements in 12 Drosophila genomes using evolutionary signatures. Nature. 2007;450(7167):219–232. doi: 10.1038/nature06340. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Zhang Z., Schwartz S., Wagner L., Miller W. A greedy algorithm for aligning DNA sequences. Journal of Computational Biology. 2000;7(1-2):203–214. doi: 10.1089/10665270050081478. [DOI] [PubMed] [Google Scholar]
  • 21.Camacho C., Coulouris G., Avagyan V., et al. BLAST+: architecture and applications. BMC Bioinformatics. 2009;10, article 421 doi: 10.1186/1471-2105-10-421. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Team R. C. R: A Language and Environment for Statistical Computing. Vienna, Austria: R Foundation for Statistical Computing; 2015. [Google Scholar]
  • 23.Sing T., Sander O., Beerenwinkel N., Lengauer T. ROCR: visualizing classifier performance in R. Bioinformatics. 2005;21(20):3940–3941. doi: 10.1093/bioinformatics/bti623. [DOI] [PubMed] [Google Scholar]
  • 24.Rakhshandehroo M., Knoch B., Müller M., Kersten S. Peroxisome proliferator-activated receptor alpha target genes. PPAR Research. 2010;2010:20. doi: 10.1155/2010/612089.612089 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Bugge A., Siersbæk M., Madsen M. S., Göndör A., Rougier C., Mandrup S. A novel intronic peroxisome proliferator-activated receptor γ enhancer in the Uncoupling Protein (UCP) 3 gene as a regulator of both UCP2 and -3 expression in adipocytes. The Journal of Biological Chemistry. 2010;285(23):17310–17317. doi: 10.1074/jbc.m110.120584. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Yin K.-J., Deng Z., Hamblin M., et al. Peroxisome proliferator-activated receptor δ regulation of miR-15a in ischemia-induced cerebral vascular endothelial injury. Journal of Neuroscience. 2010;30(18):6398–6408. doi: 10.1523/jneurosci.0780-10.2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Fang X., Fang L., Liu A., Wang X., Zhao B., Wang N. Activation of PPAR-delta induces microRNA-100 and decreases the uptake of very low-density lipoprotein in endothelial cells. British Journal of Pharmacology. 2015;172(15):3728–3736. doi: 10.1111/bph.13160. [DOI] [PMC free article] [PubMed] [Google Scholar]

Articles from PPAR Research are provided here courtesy of Wiley

RESOURCES