Abstract

Identification of novel drug targets is a critical step in drug development. Many recent studies have produced multiple types of data, which provides an opportunity to mine the relationships among them to predict drug targets. In this study, we present a novel integrative approach that combines ontology reasoning with network-assisted gene ranking to predict new drug targets. We utilized colorectal cancer (CRC) as a proof-of-concept use case to illustrate the approach. Starting from FDA-approved CRC drugs and the relationships among disease, drug, gene, pathway, and SNP in an ontology representing PharmGKB data, we inferred 113 potential CRC drug targets. We further prioritized these genes based on their relationships with CRC disease genes in the context of human protein–protein interaction networks. Thus, among the 113 potential drug targets, 15 were selected as the promising drug targets, including some genes that are supported by previous studies. Among them, EGFR, TOP1 and VEGFA are known targets of FDA-approved drugs. Additionally, CCND1 (cyclin D1), and PTGS2 (prostaglandin-endoperoxide synthase 2) have reported to be relevant to CRC or as potential drug targets based on the literature search. These results indicate that our approach is promising for drug target prediction for CRC treatment, which might be useful for other cancer therapeutics.

Introduction

Drug discovery is a time-consuming and expensive process, especially for complex diseases. In the last decade, in contrast to traditional phenotypic drug discovery, target-based methods for drug discovery have become more common and effective ( 1 ). Additionally, drug repurposing, finding new therapeutic uses for old drugs, is another efficient and effective approach to facilitating drug discovery ( 2 ). However, the traditional approaches for drug repurposing still mainly depend on phenotypic drug screening or target-based methods using prior knowledge of mechanisms ( 3 , 4 ). Since the knowledge related to drug action is distributed among different knowledge domains and different databases, it becomes challenging to design effective strategies for revealing the hidden connections between novel drug targets and repurposed drugs. Recently, computational approaches have become one of the major methods for alleviating this issue through the comprehensive integration of heterogeneous knowledge and data, including genetic and genomic data, pharmaceutical data and pathway data. Therefore, these approaches could accelerate the process of revealing the valuable information underlying these complicated data and lead to the identification of promising drug targets and repurposed drugs ( 2 , 5 ).

Most computational methods focused on revealing new relationships between drugs and diseases based on different biological perspectives such as pathway profiles ( 6 ), drug similarities ( 7 ) or gene expression data ( 5 , 8 ). However, drug-disease relationships are not isolated from other relationships since many factors systematically contribute to the determination of the molecular mechanisms underlying drug action. Therefore, it is important to consider different factors comprehensively and interactively when developing effective medications. Thus, in this study, we utilized the semantic web and biological network technologies to integrate the relationships among drugs, genes, diseases, pathways and SNPs into one system for discovering potential drug targets.

The semantic web technology provides several unique benefits for data integration and knowledge inferences. Representing relevant drug and disease associations using semantic web notations will enable flexible data integration among heterogeneous data sets, which is a well-known challenge in the translational science study community ( 9 ). The Web Ontology Language (OWL) is a standard ontology language for the Semantic Web that allows drug relevant knowledge to be represented in a machine-understandable way (an ontology), which enables automatic semantic reasoning for drug repurposing ( 10 ). The Resource Description Framework (RDF) is a W3C standard for representing data that allows efficient querying and visualization of relationships between biomedical entities ( 11 ). RDF itself can be viewed as a graph that can serve as the foundation of network-based analysis. Network-based approaches to human disease and treatment have multiple potential biological and clinical applications, such as novel drug discoveries ( 12–14 ) and identification of novel drug targets ( 15 , 16 ).

Colorectal cancer (CRC) is one of the most commonly diagnosed cancers. It involves multiple genes or proteins that interact with each other, but in which each gene or protein contributes a small ‘risk’ on its own ( 17 ). Previous research suggests that the most effective medications should interact with or have influence on several molecular targets, not just one target ( 18 , 19 ). Thus, we hypothesized that the combination of ontology-based data representation, semantic-based reasoning and network-based prioritization will facilitate the prediction of novel targets for the development of novel CRC therapy. In this study, we first represented the relationships among drugs, diseases, genes, pathways and SNPs in an OWL ontology. We then specified computer rules to infer potential CRC drug targets. From these inferred targets, we prioritized the most promising drug targets for CRC treatment by integrating the relationships between drug targets and CRC disease genes in the context of a human protein–protein interaction (PPI) network. Three of the results are known targets of FDA-approved drugs used to treat CRC. Additionally, some others have been supported to be related to CRC or as potential drug targets based on literature search results. The results indicate that our combination method of ontology and network analysis is promising for the identification of novel drug targets, which may provide valuable information for development of novel CRC treatment.

Materials and methods

Collecting FDA-approved CRC drugs, drug classification and drug targets

We first collected the FDA-approved drugs to treat CRC from the cancer drug list ( http://www.cancer.gov/cancertopics/druginfo/alphalist ), which was compiled by the National Cancer Institute. We further verified the indication and usage information of these drugs using their FDA label files. To learn more about these drugs, we extracted their classification information from the Anatomical Therapeutic Chemical (ATC) classification from KEGG (Kyoto Encyclopedia of Genes and Genomes) ( 20 ). The ATC classification provides information for a given drug regarding which organ or system it acts on and/or its therapeutic and chemical characteristics. The KEGG includes several domains of knowledge, such as diseases, genes, pathway, drugs and genomes. It not only provides detailed information for each entity but also consists of the relationships among these entities within each domain or across different domains. Data and relationships in KEGG were mainly collected from literature ( 21 ). Drug targets were extracted from the DrugBank ( 22 ) and the Therapeutic Target Database (TTD) ( 23 ) ( Supplementary Table S1 ).

Constructing a CRC drug ontology for inferring potential CRC drug targets

We have created an OWL ontology for drugs, diseases, genes, pathways and SNPs, and modeled the relations among them using data downloaded from the PharmGKB database (May 2013 version) ( 24 ). The PharmGKB is a pharmacogenomics knowledge resource, which collects, curates and disseminates knowledge about the impact of human genetic variation on drug responses ( 25 ). We used data extracted from the relationship file and pathway file from PharmGKB. The files were first loaded into a relational database. We then manually defined a PharmGKB ontology that contains meta-level classes such as drug, disease, gene, pathway and SNP. Object properties were also defined to describe the relations between the classes (e.g. associatedWithGene, associatedWithDisease, etc.) We then developed a Java converter that reads the data from the relational database and stores the data at the instance level in OWL. Each entity (e.g. a particular gene or disease) is represented as instances (OWL individuals) of the corresponding class. Relationships between these individuals are defined using RDF triples with the defined object property (e.g. GP1BB associatedWithGene COL3A1).

On top of this PharmGKB ontology, we further specified a drug repurposing application ontology for CRC. A new CRC Drug class has been created to serve as the basis of our drug target inference. We defined that a CRC drug is a drug that is associated with Disease Colorectal Neoplasms. In addition, all the FDA approved CRC drugs are listed as instances of this class. We further specified OWL DL (description logic) rules to infer possible CRC drug target genes. A CRC relevant gene must be a gene that associates with either a CRC associated pathway, drug, gene or SNP. More rules are specified in the ontology to automatically locate genes that are relevant to CRC drugs as well as their associated SNPs, pathways, genes and diseases. For example, we can define the SNPs that are directly associated with any CRC drug (we call these CRCSNP) using the DL rule SNP and associatedWithDrug some CRCDrug . In addition, we can find the CRCSNPs that are at most two nodes away by using this DL rule:

SNP and ((associatedwithDrug some CRCDrug) or (associatedwithGene some CRCGene) or (associatedWithSNP some CRCSNP)) , where CRCGene is defined similar as CRCSNP. With these DL rules, we can find genes that directly or indirectly connect with any CRC Drug instance. In this project, we only consider the entities that are at most two nodes away from the CRC drug nodes. Figure 1 summarized the process. The ontology can be accessed from our web site: https://sbmi.uth.edu/ontology/project/drug-repurposing.htm .

The process of semantic reasoning using CRC as an example. The process involved three steps. We first utilized the OWL definition to define the CRC drugs in Protégé ontology editor. The ‘Equivalent to’ section shows the semantic definition of the CRC Drug class whereas the ‘Members’ section shows a partial list of all the drugs that are members of the class. Then, we employed DL rules to determine the inference path. This figure only shows the overall rule for inferring the possible genes that are relevant to CRC drugs. Additional rules were defined to infer CRC relevant pathways, SNPs and genes in the ontology. Finally, we used Pellet to infer potential CRC target genes. The ‘Equivalent to’ section shows a DL rule for finding the potential CRC target a gene whereas the ‘Members’ section (in yellow background) shows the inferred target genes.
Figure 1.

The process of semantic reasoning using CRC as an example. The process involved three steps. We first utilized the OWL definition to define the CRC drugs in Protégé ontology editor. The ‘Equivalent to’ section shows the semantic definition of the CRC Drug class whereas the ‘Members’ section shows a partial list of all the drugs that are members of the class. Then, we employed DL rules to determine the inference path. This figure only shows the overall rule for inferring the possible genes that are relevant to CRC drugs. Additional rules were defined to infer CRC relevant pathways, SNPs and genes in the ontology. Finally, we used Pellet to infer potential CRC target genes. The ‘Equivalent to’ section shows a DL rule for finding the potential CRC target a gene whereas the ‘Members’ section (in yellow background) shows the inferred target genes.

Functional analysis of potential drug targets revealed by CRC ontology search

To assess if the genes that encode the potential CRC drug targets inferred above were enriched in the pathways related to the CRC, we performed the KEGG pathway enrichment analysis using an online tool called WebGestalt (version 2) [29]. The WebGestalt performed the hypergeometric test followed by the Benjamini–Hochberg method to control type I errors [30]. We selected those pathways that have adjusted P -values of <0.001 as the enriched pathways. To make the analysis biologically meaningful, we considered only those KEGG pathways containing five or more genes.

Collecting CRC disease genes

To create a specific and comprehensive list of CRC disease-causing genes (CRC disease genes), we extracted disease genes from three resources: the Cancer Gene Census (CGC) ( 26 ), the Online Mendelian Inheritance in Man (OMIM) ( 27 ) and the Genetic Association database (GAD) ( 28 ). The CGC is an ongoing effort to catalog genes with mutations that have been causally implicated in cancer. We downloaded the list of known cancer genes from the CGC website in December 2013 and extracted 23 genes associated with CRC. The OMIM database was the first database to collect all known diseases with their genetic components. It provides a precise and comprehensive summary of clinical and genetic information on cancer. From its description of CRC, 12 genes were extracted (Downloaded in December 2013). The GAD is a resource of summarized human genetic association studies of complex diseases and disorders. From GAD, we extracted 34 genes at least with one positive association with CRC (downloaded in December 2013). After combining these lists, we finally arrived at 56 genes as CRC disease genes. Only three genes were common to all three data sources ( Supplementary Table S2 ).

Ranking CRC candidate drug targets

To identify the most promising targets among the ontology-driven CRC potential drug targets, we implemented network neighborhood modeling to prioritize the potential drug targets. More specifically, we utilized the relationships among drug targets and CRC disease genes in the context of the human PPI network. The ranking method was mainly based on the hypothesis that the closer the targets are to causal genes, the more efficiently drugs will act. The human PPI network provides a comprehensive platform to investigate the association between CRC disease genes and drug targets ( 18 ).

Here, we first downloaded the human PPIs from the Protein Interaction Network Analysis platform (PINA v2.0) (downloaded in September 2013) ( 29 ), which were derived from human-related experiments. After filtering out the PPIs without experimental evidence and removing redundancies and self-interactions, we built a human PPI network that included 101 219 edges and 12 978 proteins. Second, we mapped the ontology-driven candidate drug targets and CRC disease genes onto the human PPI network. Third, we ranked the candidate targets based on the fraction of CRC disease genes in their neighborhood. For example, for a given candidate target, we collected the nodes that have direct links with it as its first-degree neighbors (N) and then counted the number of neighbors belonging to the CRC disease genes (n). Based on the two numbers, we calculate the fraction (n/N) to represent the fraction of disease genes around the drug target. Previous studies suggested that the fraction of disease genes is enriched at the first, second and third shortest path distances in the neighborhood of drug targets. And similarly, the fraction of drug targets is enriched at the first, second and third shortest path distances in the neighborhood of disease genes ( 18 , 30 ). Therefore, we only utilized their relationships at the first-, second- and third-level to rank these candidate drug targets, respectively. To integrate the three sets of rankings, we employed a robust rank aggregation (RRA) method, which is implemented in the R package called RobustRankAggreg ( 31 ). The RRA method can detect genes that are ranked consistently better than expected by chance. The method assigns a P -value to each gene based on significant scores, which shows how much better it is positioned in the ranked list than expected by chance designated as potential CRC targets.

Results

Overview of the computational framework and related data

In this study, we developed a computational framework to integrate complex relationships among different types of data and infer potential drug targets by using semantic web technology, and to improve performance through network neighborhood effect modeling. In this study, we utilize CRC as a proof-of-concept use case to evaluate this approach. Figure 2 illustrates each step in this framework. We first constructed the ontology based on the relationships among drugs, genes, diseases, pathways and SNPs from PharmGKB and collected FDA-approved drugs and their targets from DrugBank. Second, we collected CRC disease genes ( Supplementary Table S2 ) from multiple data sources and inferred the CRC potential drug target genes using semantic reasoning methods. Finally, we further prioritized the inferred genes based on their relationships with CRC disease genes in the context of PPI networks and performed literature searches to provide independent evidence for the top ranked genes.

Computational framework for predicting the potential drug targets using CRC as an example. The framework involves three main steps: 1) ontology construction and collection of CRC drugs and their targets, 2) semantic reasoning and 3) network-based gene prioritization.
Figure 2.

Computational framework for predicting the potential drug targets using CRC as an example. The framework involves three main steps: 1) ontology construction and collection of CRC drugs and their targets, 2) semantic reasoning and 3) network-based gene prioritization.

In this study, considering that the FDA approved drug have well-characterized pharmacology, we employed the FDA-approved drugs for one disease as the input into the ontology system to infer the genes that might have significant association with drug targets, associated SNPs, genes and pathways that reflect their molecular mechanisms. Then we hypothesized that these genes may have potential as drug targets. Therefore, we collected 10 FDA-approved drugs to treat CRC that existed in PharmGKB database, their classifications and their targets ( Table 1 ). Among the 10 drugs, eight belong to antineoplastic agents (ATC class L01), three belong to the monoclonal antibodies (L01XC), two to the antimetabolites (L01B), one to the oxaliplatin (L01XA), one to the protein kinase inhibitors (L01XE) and one to the other antineoplastic agents (L01XX). Of the other two, the drug aflibercept belongs to the antineovascularization agents (ATC class S01LA) and leucovorin calcium belongs to the detoxifying agents for antineoplastic treatment (ATC class V03AF). Among the 10 drugs, nine have 40 unique targets that were collected from two drug-target databases, DrugBank and TTD.

Table1.

Summary of FDA-approved drugs used to treat CRC and their targets

Drug namePharmGKB IDATC classificationTargets from DrugBankTargets from TTDNumber of targets
BevacizumabPA130232992L01XC07C1QA, C1QB, C1QC, C1R, FCGR1A, FCGR2A, FCGR2B, FCGR2C, FCGR3A, FCGR3B, VEGFA11
CapecitabinePA448771L01BC06TYMSTYMS1
CetuximabPA10040L01XC06C1QA, C1QB, C1QC, C1R, C1S, EGFR, FCGR1A, FCGR2A, FCGR2B, FCGR2C, FCGR3A, FCGR3BABCC1, EGFR13
FluorouracilPA128406956L01BC02TYMSDPYD2
Irinotecan hydrochloridePA450085L01XX19TOP1, TOP1MT, TYMSTOP13
Leucovorin calciumPA450198V03AF03TYMSTYMS1
OxaliplatinPA131285527L01XA030
PanitumumabPA162373091L01XC08EGFREGFR, GLRB, GUCY2C3
Regorafenib—  L01XE21ABL1, BRAF, DDR2, EPHA2, FGFR1, FGFR2, FLT1, FLT4, FRK, KDR, KIT, MAPK11, NTRK1, PDGFRA, PDGFRB, RAF1, RET, TEK18
Aflibercept—  S01LA05PGF, VEGFA, VEGFBKDR4
Drug namePharmGKB IDATC classificationTargets from DrugBankTargets from TTDNumber of targets
BevacizumabPA130232992L01XC07C1QA, C1QB, C1QC, C1R, FCGR1A, FCGR2A, FCGR2B, FCGR2C, FCGR3A, FCGR3B, VEGFA11
CapecitabinePA448771L01BC06TYMSTYMS1
CetuximabPA10040L01XC06C1QA, C1QB, C1QC, C1R, C1S, EGFR, FCGR1A, FCGR2A, FCGR2B, FCGR2C, FCGR3A, FCGR3BABCC1, EGFR13
FluorouracilPA128406956L01BC02TYMSDPYD2
Irinotecan hydrochloridePA450085L01XX19TOP1, TOP1MT, TYMSTOP13
Leucovorin calciumPA450198V03AF03TYMSTYMS1
OxaliplatinPA131285527L01XA030
PanitumumabPA162373091L01XC08EGFREGFR, GLRB, GUCY2C3
Regorafenib—  L01XE21ABL1, BRAF, DDR2, EPHA2, FGFR1, FGFR2, FLT1, FLT4, FRK, KDR, KIT, MAPK11, NTRK1, PDGFRA, PDGFRB, RAF1, RET, TEK18
Aflibercept—  S01LA05PGF, VEGFA, VEGFBKDR4
Table1.

Summary of FDA-approved drugs used to treat CRC and their targets

Drug namePharmGKB IDATC classificationTargets from DrugBankTargets from TTDNumber of targets
BevacizumabPA130232992L01XC07C1QA, C1QB, C1QC, C1R, FCGR1A, FCGR2A, FCGR2B, FCGR2C, FCGR3A, FCGR3B, VEGFA11
CapecitabinePA448771L01BC06TYMSTYMS1
CetuximabPA10040L01XC06C1QA, C1QB, C1QC, C1R, C1S, EGFR, FCGR1A, FCGR2A, FCGR2B, FCGR2C, FCGR3A, FCGR3BABCC1, EGFR13
FluorouracilPA128406956L01BC02TYMSDPYD2
Irinotecan hydrochloridePA450085L01XX19TOP1, TOP1MT, TYMSTOP13
Leucovorin calciumPA450198V03AF03TYMSTYMS1
OxaliplatinPA131285527L01XA030
PanitumumabPA162373091L01XC08EGFREGFR, GLRB, GUCY2C3
Regorafenib—  L01XE21ABL1, BRAF, DDR2, EPHA2, FGFR1, FGFR2, FLT1, FLT4, FRK, KDR, KIT, MAPK11, NTRK1, PDGFRA, PDGFRB, RAF1, RET, TEK18
Aflibercept—  S01LA05PGF, VEGFA, VEGFBKDR4
Drug namePharmGKB IDATC classificationTargets from DrugBankTargets from TTDNumber of targets
BevacizumabPA130232992L01XC07C1QA, C1QB, C1QC, C1R, FCGR1A, FCGR2A, FCGR2B, FCGR2C, FCGR3A, FCGR3B, VEGFA11
CapecitabinePA448771L01BC06TYMSTYMS1
CetuximabPA10040L01XC06C1QA, C1QB, C1QC, C1R, C1S, EGFR, FCGR1A, FCGR2A, FCGR2B, FCGR2C, FCGR3A, FCGR3BABCC1, EGFR13
FluorouracilPA128406956L01BC02TYMSDPYD2
Irinotecan hydrochloridePA450085L01XX19TOP1, TOP1MT, TYMSTOP13
Leucovorin calciumPA450198V03AF03TYMSTYMS1
OxaliplatinPA131285527L01XA030
PanitumumabPA162373091L01XC08EGFREGFR, GLRB, GUCY2C3
Regorafenib—  L01XE21ABL1, BRAF, DDR2, EPHA2, FGFR1, FGFR2, FLT1, FLT4, FRK, KDR, KIT, MAPK11, NTRK1, PDGFRA, PDGFRB, RAF1, RET, TEK18
Aflibercept—  S01LA05PGF, VEGFA, VEGFBKDR4

One hundred and thirteen potential drug targets

Using the ontology-based inference from PharmGKB data, we have inferred 113 potential genes ( Supplementary Table S3 ). To assess whether these 113 ontology-inferred genes were significantly associated with CRC, we compared them with the previously defined 56 CRC disease genes and the 40 target genes encoding the 40 known targets of the 10 FDA-approved CRC drugs. Among the 113 genes, eight were present among the 56 CRC disease genes ( CCND1 , MSH6 , IL8 , KRAS , MTHFR , MTRR , PTGS2 and TP53 ). The 56 CRC disease genes were collected from three disease genetic association databases including CGC, OMIM and GAD. The data in these databases were curated by experts and therefore were more likely to be actual CRC disease genes.

The 113 ontologies-inferred genes were enriched significantly with CRC disease genes when compared with the 20 737 human protein-coding genes, which was more than expected by chance (Hypergeometric test P -value: 4.96 × 10 10 ). Similarly, among the 113 genes, there were nine genes in common with the genes that encode the 40 CRC drug targets ( ABCC1 , DPYD , EGFR , FCGR2A , FCGR3A , TOP1 , TYMS , VEGFA and VEGFB ). Thus, the ontology-inferred genes were also significantly enriched with CRC drug target genes when compared with the 20 737 human protein-coding genes ( P -value: 7.15 × 10 13 ).

To further examine the functional characteristics of these 113 genes, we performed a KEGG pathway enrichment analysis using the tool WebGestalt. We identified a total of 30 pathways that are significantly enriched in these 113 genes ( Table 2 ). These pathways can be grouped into five major biological processes according to the KEGG BRITE pathway hierarchies. Two of the pathways belong to cellular processes, 4 to environmental information processing, 10 to human diseases (nine cancer-related and one infectious disease), 12 to metabolism and 2 to organismal systems. Considering that our ontology knowledge is mainly from PharmGKB, the observation that the majority of these pathways belong to drug metabolism and cancer is not surprising. More interestingly, carbohydrate metabolic-related pathways such as ‘ascorbate and aldarate metabolism’, ‘pentose and glucuronate interconversions’ and ‘starch and sucrose metabolism’ were also observed in these genes, which were consistent with previous studies that reported that the glycemic load and carbohydrate intake are associated with risk of CRC ( 32 ). In addition, the ‘bile secretion’ pathway (adjusted P -value: 9.85 × 10 15 ) was also significantly enriched in these 113 genes. This pathway has been reported to play an important role in the CRC pathogenesis as evidenced by epidemiological and experimental studies ( 33–35 ). In addition, the pathway ‘steroid hormone biosynthesis’ (adjusted P -value: 1.73 × 10 21 ) is also enriched in these 113 genes, which is consistent with the results observed in the colon carcinoma cell lines DLD1 and SW480 after treatment with β-catenin siRNA ( 36 ). Those observations highlighted that these 113 potential genes might be involved in the drug action in CRC treatment.

Table 2.

KEGG pathways enriched significantly in the 113 genes

KEGG pathway a Adjusted P -value b
Drug metabolism—other enzymes M 1.37 × 10 −42
Metabolic pathways M 4.58 × 10 −23
Metabolism of xenobiotics by cytochrome P450 M 6.63 × 10 −22
Steroid hormone biosynthesis M 1.73 × 10 −21
Retinol metabolism M 9.48 × 10 −21
Drug metabolism—cytochrome P450 M 5.10 × 10 −20
Bladder cancer D 5.21 × 10 −17
Ascorbate and aldarate metabolism M 5.21 × 10 −17
Pentose and glucuronate interconversions M 3.73 × 10 −16
ErbB signaling pathway E 1.73 × 10 −15
Porphyrin and chlorophyll metabolism M 6.00 × 10 −15
Other types of O-glycan biosynthesis M 9.85 × 10 −15
Bile secretion O 9.85 × 10 −15
Starch and sucrose metabolism M 4.35 × 10 −14
Pancreatic cancer D 4.78 × 10 −13
ABC transporters E 5.31 × 10 −13
Pathways in cancer D 7.13 × 10 −12
Pyrimidine metabolism M 9.97 × 10 −12
Prostate cancer D 6.39 × 10 −9
Non-small cell lung cancer D 9.90 × 10 −9
Glioma D 2.94 × 10 −9
Endometrial cancer D 3.63 × 10 −7
Renal cell carcinoma D 1.55 × 10 −6
Melanoma D 1.60 × 10 −6
Gap junction C 4.99 × 10 −6
Cytokine-cytokine receptor interaction E 7.82 × 10 −6
GnRH signaling pathway O 8.13 × 10 −6
Focal adhesion C 1.65 × 10 −5
Hepatitis C D 2.98 × 10 −5
MAPK signaling pathway E 7.00 × 10 −4
KEGG pathway a Adjusted P -value b
Drug metabolism—other enzymes M 1.37 × 10 −42
Metabolic pathways M 4.58 × 10 −23
Metabolism of xenobiotics by cytochrome P450 M 6.63 × 10 −22
Steroid hormone biosynthesis M 1.73 × 10 −21
Retinol metabolism M 9.48 × 10 −21
Drug metabolism—cytochrome P450 M 5.10 × 10 −20
Bladder cancer D 5.21 × 10 −17
Ascorbate and aldarate metabolism M 5.21 × 10 −17
Pentose and glucuronate interconversions M 3.73 × 10 −16
ErbB signaling pathway E 1.73 × 10 −15
Porphyrin and chlorophyll metabolism M 6.00 × 10 −15
Other types of O-glycan biosynthesis M 9.85 × 10 −15
Bile secretion O 9.85 × 10 −15
Starch and sucrose metabolism M 4.35 × 10 −14
Pancreatic cancer D 4.78 × 10 −13
ABC transporters E 5.31 × 10 −13
Pathways in cancer D 7.13 × 10 −12
Pyrimidine metabolism M 9.97 × 10 −12
Prostate cancer D 6.39 × 10 −9
Non-small cell lung cancer D 9.90 × 10 −9
Glioma D 2.94 × 10 −9
Endometrial cancer D 3.63 × 10 −7
Renal cell carcinoma D 1.55 × 10 −6
Melanoma D 1.60 × 10 −6
Gap junction C 4.99 × 10 −6
Cytokine-cytokine receptor interaction E 7.82 × 10 −6
GnRH signaling pathway O 8.13 × 10 −6
Focal adhesion C 1.65 × 10 −5
Hepatitis C D 2.98 × 10 −5
MAPK signaling pathway E 7.00 × 10 −4

a The capital letters beside the pathway names are the abbreviation of the KEGG category names at the first-level. C, cell communication, E, environmental information processing, D, human diseases, M, metabolism, O, organismal systems.

b Adjusted P -value was corrected from nominal P -values by Benjamini–Hochberg multiple testing corrections.

Table 2.

KEGG pathways enriched significantly in the 113 genes

KEGG pathway a Adjusted P -value b
Drug metabolism—other enzymes M 1.37 × 10 −42
Metabolic pathways M 4.58 × 10 −23
Metabolism of xenobiotics by cytochrome P450 M 6.63 × 10 −22
Steroid hormone biosynthesis M 1.73 × 10 −21
Retinol metabolism M 9.48 × 10 −21
Drug metabolism—cytochrome P450 M 5.10 × 10 −20
Bladder cancer D 5.21 × 10 −17
Ascorbate and aldarate metabolism M 5.21 × 10 −17
Pentose and glucuronate interconversions M 3.73 × 10 −16
ErbB signaling pathway E 1.73 × 10 −15
Porphyrin and chlorophyll metabolism M 6.00 × 10 −15
Other types of O-glycan biosynthesis M 9.85 × 10 −15
Bile secretion O 9.85 × 10 −15
Starch and sucrose metabolism M 4.35 × 10 −14
Pancreatic cancer D 4.78 × 10 −13
ABC transporters E 5.31 × 10 −13
Pathways in cancer D 7.13 × 10 −12
Pyrimidine metabolism M 9.97 × 10 −12
Prostate cancer D 6.39 × 10 −9
Non-small cell lung cancer D 9.90 × 10 −9
Glioma D 2.94 × 10 −9
Endometrial cancer D 3.63 × 10 −7
Renal cell carcinoma D 1.55 × 10 −6
Melanoma D 1.60 × 10 −6
Gap junction C 4.99 × 10 −6
Cytokine-cytokine receptor interaction E 7.82 × 10 −6
GnRH signaling pathway O 8.13 × 10 −6
Focal adhesion C 1.65 × 10 −5
Hepatitis C D 2.98 × 10 −5
MAPK signaling pathway E 7.00 × 10 −4
KEGG pathway a Adjusted P -value b
Drug metabolism—other enzymes M 1.37 × 10 −42
Metabolic pathways M 4.58 × 10 −23
Metabolism of xenobiotics by cytochrome P450 M 6.63 × 10 −22
Steroid hormone biosynthesis M 1.73 × 10 −21
Retinol metabolism M 9.48 × 10 −21
Drug metabolism—cytochrome P450 M 5.10 × 10 −20
Bladder cancer D 5.21 × 10 −17
Ascorbate and aldarate metabolism M 5.21 × 10 −17
Pentose and glucuronate interconversions M 3.73 × 10 −16
ErbB signaling pathway E 1.73 × 10 −15
Porphyrin and chlorophyll metabolism M 6.00 × 10 −15
Other types of O-glycan biosynthesis M 9.85 × 10 −15
Bile secretion O 9.85 × 10 −15
Starch and sucrose metabolism M 4.35 × 10 −14
Pancreatic cancer D 4.78 × 10 −13
ABC transporters E 5.31 × 10 −13
Pathways in cancer D 7.13 × 10 −12
Pyrimidine metabolism M 9.97 × 10 −12
Prostate cancer D 6.39 × 10 −9
Non-small cell lung cancer D 9.90 × 10 −9
Glioma D 2.94 × 10 −9
Endometrial cancer D 3.63 × 10 −7
Renal cell carcinoma D 1.55 × 10 −6
Melanoma D 1.60 × 10 −6
Gap junction C 4.99 × 10 −6
Cytokine-cytokine receptor interaction E 7.82 × 10 −6
GnRH signaling pathway O 8.13 × 10 −6
Focal adhesion C 1.65 × 10 −5
Hepatitis C D 2.98 × 10 −5
MAPK signaling pathway E 7.00 × 10 −4

a The capital letters beside the pathway names are the abbreviation of the KEGG category names at the first-level. C, cell communication, E, environmental information processing, D, human diseases, M, metabolism, O, organismal systems.

b Adjusted P -value was corrected from nominal P -values by Benjamini–Hochberg multiple testing corrections.

Fifteen promising drug targets

Starting from the 113 genes, we performed gene ranking based on their neighborhood of CRC disease genes in the context of one human PPI network. To assess the association between the 113 ontology-inferred genes and the CRC, we employed the relationships between them and CRC disease genes. Considering that the majority of drug targets has shortest path lengths ranging from one to three ( 18 , 30 ), we mainly ranked these 113 genes at the first-, second- and third-degree level, respectively, and then integrated their rankings by a novel RRA method from a R package called RobustRankAggreg ( 31 ).

Among the 113 genes, 15 genes had significant P -values ( Table 3 ). Among them, three encode known CRC drug targets including EGFR, TOP1 and VEGFA. The EGFR is the target of the drugs cetuximab and panitumumab; TOP1 is the target of the drug irinotecan and VEGFA is the target of the drugs aflibercept and bevacizumab. Besides, the CCND1 (cyclin D1) is the target of the drug arsenic trioxide, which is used to treat leukemia. The PTGS2 (prostaglandin-endoperoxide synthase 2) is the target of multiple drugs such as lenalidomide, pomalidomide and thalidomide. The lenalidomide is used for treating lymphoma. Both pomalidomide and thalidomide are used for treating multiple myelomas and other plasma cell neoplasms. The CCND1 is a well-recognized oncogene that is amplified and/or overexpressed in a substantial proportion of human cancers including colon, prostate and breast ( 37 ). Therefore, it might be a promising anti-cancer therapeutic target ( 38 ). The gene PTGS2 encodes prostaglandin G/H synthase-2, which catalyzes the first two steps in the metabolism of arachadonic acid. It is overexpressed in many types of cancer such as colon, stomach, breast and lung ( 39 ). Additionally, PTGS2 has three variations with pharmacogenomics significance (rs20417, rs5275 and rs689466) ( 40 ). Therefore, inhibiting it with drugs such as aspirin, celecoxib and ibuprofen might have potential for the prevention and treatment of cancer ( 41 ).

Table 3.

Genes encoding the 15 promising drug targets

RankGene SymbolP -value a
1TP53 5.06 × 10 −6
2EGFR 1.37 × 10 −4
3UBE2I 1.37 × 10 −4
4CCND1 6.33 × 10 −4
5TOP1 6.33 × 10 −4
6MECP2 5.06 × 10 −3
7IMPDH2 6.74 × 10 −3
8NOS3 6.74 × 10 −3
9XRCC1 6.74 × 10 −3
10GNAS0.0087
11VEGFA0.0139
12PTGS20.0207
13CFH0.0296
14MSH60.0437
15GSTP10.0469
RankGene SymbolP -value a
1TP53 5.06 × 10 −6
2EGFR 1.37 × 10 −4
3UBE2I 1.37 × 10 −4
4CCND1 6.33 × 10 −4
5TOP1 6.33 × 10 −4
6MECP2 5.06 × 10 −3
7IMPDH2 6.74 × 10 −3
8NOS3 6.74 × 10 −3
9XRCC1 6.74 × 10 −3
10GNAS0.0087
11VEGFA0.0139
12PTGS20.0207
13CFH0.0296
14MSH60.0437
15GSTP10.0469

aP -value was calculated based on score distribution.

Table 3.

Genes encoding the 15 promising drug targets

RankGene SymbolP -value a
1TP53 5.06 × 10 −6
2EGFR 1.37 × 10 −4
3UBE2I 1.37 × 10 −4
4CCND1 6.33 × 10 −4
5TOP1 6.33 × 10 −4
6MECP2 5.06 × 10 −3
7IMPDH2 6.74 × 10 −3
8NOS3 6.74 × 10 −3
9XRCC1 6.74 × 10 −3
10GNAS0.0087
11VEGFA0.0139
12PTGS20.0207
13CFH0.0296
14MSH60.0437
15GSTP10.0469
RankGene SymbolP -value a
1TP53 5.06 × 10 −6
2EGFR 1.37 × 10 −4
3UBE2I 1.37 × 10 −4
4CCND1 6.33 × 10 −4
5TOP1 6.33 × 10 −4
6MECP2 5.06 × 10 −3
7IMPDH2 6.74 × 10 −3
8NOS3 6.74 × 10 −3
9XRCC1 6.74 × 10 −3
10GNAS0.0087
11VEGFA0.0139
12PTGS20.0207
13CFH0.0296
14MSH60.0437
15GSTP10.0469

aP -value was calculated based on score distribution.

Discussion

In this study, we introduce a computational framework to integrate ontology-based data representation, semantic reasoning and network-based gene prioritization for predicting potential drug targets. In the this article, we represented data from the PharmGKB data tables using an OWL ontology. To illustrate that the framework is implementable, we utilized CRC as an example. Starting from FDA-approved CRC drugs and the relationships among drugs, genes, diseases, SNPs and pathways from PharmGKB, the system inferred 113 genes that could be relevant to CRC based on a set of DL rules defined in the ontology. We then further integrated these genes in the context of PPIs, and further inferred 15 potential drug targets for CRC. Some of them are known targets of FDA-approved drugs; others have been reported to be relevant in CRC or CRC treatment. These results demonstrate that the computational framework effectively integrates various types of data and different technologies to predict potential drug targets. In this novel framework, we combined the ontology-based reasoning and network-based prioritization to predict potential drug targets, which can be applied to other diseases as well.

Though the framework effectively predicted potential drug targets, there are ways to improve this approach. First, integrating more relationships among drugs, genes, diseases, SNPs and pathways from more relevant data sources such as DrugBank and KEGG into the ontology system will provide more choices for determination of inference paths during semantic reasoning. In addition, we can take the types of relationships among drugs, genes, diseases, SNPs and pathways into consideration. Our current system treats all types of relations equally. The inferred results could be improved if different types of relations are considered differently. Second, the accuracy and complement of disease genes and drug targets plays a critical role in the network-based prioritization. In the future, we will expand the disease gene source to include for example the Catalogue Of the Somatic Mutations in Cancer ( 42 ) and the Comparative Toxicogenomics Database ( 43 ) and manually check relevant publications to obtain the most promising disease genes. For the drug targets, we will manually check FDA drug labels and relevant publications to determine the proteins that are responsible for the desired pharmacological effects. Finally, in this framework, we utilized the PPIs from the PINA database that include physical associations, genetic associations and enzymatic reactions. In the future, we will further test if disease genes and targets are preferentially found in particular associations. Besides improving performance, we will expand the prediction of drug targets to drug repurposing, and finally pursue clinical trials for several promising drugs after critical assessment for these repurposed drugs.

Conclusion

In this article, we present our work on using ontology and network analysis methods to infer potential CRC-relevant genes. We inferred 113 potential CRC drug targets, of which 15 were selected as promising drug targets based on network-assisted ranking, including some genes that are supported by previous studies. The result indicates that our approach is promising for drug target prediction for CRC treatment.

Funding

This project is partially supported by Cancer Prevention and Research Institute of Texas (CPRIT) Rising Star Award (CPRIT R1307), the National Library Of Medicine of the National Institutes of Health under Award Numbers R01LM011829 to CT and R56 LM010680 to WZ.

Conflict of interest . None declared.

References

1

Brown
D.
(
2007
)
Unfinished business: target-based drug discovery
.
Drug. Discov. Today
,
12
,
1007
-
1012
.

2

Bastos
L.F.
Coelho
M.M.
(
2014
)
Drug Repositioning: Playing Dirty to Kill Pain
.
CNS Drugs
,
28
,
45
-
61
.

3

Swinney
D.C.
Anthony
J.
(
2011
)
How were new medicines discovered? Nat
.
Rev. Drug Dis.
,
10
,
507
-
519
.

4

Hurle
M.R.
Yang
L.
Xie
Q.
et al.  . (
2013
)
Computational drug repositioning: from data to therapeutics
.
Clin. Pharmacol. Ther.
,
93
,
335
-
341
.

5

Dudley
J.T.
Sirota
M.
Shenoy
M.
et al.  . (
2011
)
Computational Repositioning of the Anticonvulsant Topiramate for Inflammatory Bowel Disease
.
Sci. Trans. Med.
,
3
,
96ra76
.

6

Ye
H.
Yang
L.
Cao
Z.
et al.  . (
2012
)
A pathway profile-based method for drug repositioning
.
Chin. Sci. Bull.
,
57
,
2106
-
2112
.

7

Li
J.
Lu
Z.
(
2012
),
A new method for computational drug repositioning using drug pairwise similarity. Bioinformatics and Biomedicine (BIBM), IEEE International Conference on 2012 ; IEEE
,
p. 1-4
.

8

Sirota
M.
Dudley
J.T.
Kim
J.
et al.  . (
2011
)
Discovery and preclinical validation of drug indications using compendia of public gene expression data
.
Sci. Trans. Med.
,
3
,
96ra77
.

9

Chen
H.
Ding
L.
Wu
Z.
et al.  . (
2009
)
Semantic web for integrated network analysis in biomedicine
.
Brief. Bioinformatics
,
10
,
177
-
192
.

10

Jonsson
P.F.
Bates
P.A.
(
2006
)
Global topological features of cancer proteins in the human interactome
.
Bioinformatics
,
22
,
2291
-
2297
.

11

Wachi
S.
Yoneda
K.
Wu
R.
(
2005
)
Interactome-transcriptome analysis reveals the high centrality of genes differentially expressed in lung cancer tissues
.
Bioinformatics
,
21
,
4205
-
4208
.

12

Arrell
D.K.
Terzic
A.
(
2010
)
Network systems biology for drug discovery
.
Clin. Pharmacol. Ther.
,
88
,
120
-
125
.

13

Hopkins
A.L.
(
2007
)
Network pharmacology
.
Nat. Biotechnol.
,
25
,
1110
-
1111
.

14

Berger
S.I.
Iyengar
R.
(
2009
)
Network analyses in systems pharmacology
.
Bioinformatics
,
25
,
2466
-
2472
.

15

Schoeberl
B.
Pace
E.A.
Fitzgerald
J.B.
et al.  . (
2009
)
Therapeutically targeting ErbB3: a key node in ligand-induced activation of the ErbB receptor-PI3K axis
.
Sci. Signal.
,
2
,
ra31
.

16

Hwang
W.C.
Zhang
A.
Ramanathan
M.
(
2008
)
Identification of information flow-modulating drug targets: a novel bridging paradigm for drug discovery
.
Clin. Pharmacol. Ther.
,
84
,
563
-
572
.

17

Gylfe
A.E.
Katainen
R.
Kondelin
J.
et al.  . (
2013
)
Eleven candidate susceptibility genes for common familial colorectal cancer
.
PLoS Genet.
,
9
,
e1003876
.

18

Yildirim
M.A.
Goh
K.I.
Cusick
M.E.
et al.  . (
2007
)
Drug-target network
.
Nat. Biotechnol.
,
25
,
1119
-
1126
.

19

Evans
W.E.
McLeod
H.L.
(
2003
)
Pharmacogenomics–drug disposition, drug targets, and side effects
.
N. Engl. J. Med.
,
348
,
538
-
549
.

20

Kanehisa
M.
Goto
S.
(
2000
)
KEGG: kyoto encyclopedia of genes and genomes
.
Nucleic Acids Res.
,
28
,
27
-
30
.

21

Kanehisa
M.
Araki
M.
Goto
S.
et al.  . (
2008
)
KEGG for linking genomes to life and the environment
.
Nucleic Acids Res.
,
36
,
D480
-
484
.

22

Knox
C.
Law
V.
Jewison
T.
et al.  . (
2011
)
DrugBank 3.0: a comprehensive resource for ‘omics’ research on drugs
.
Nucleic Acids Res.
,
39
,
D1035
-
1041
.

23

Zhu
F.
Shi
Z.
Qin
C.
et al.  . (
2012
)
Therapeutic target database update 2012: a resource for facilitating target-oriented drug discovery
.
Nucleic Acids Res.
,
40
,
D1128
-
1136
.

24

Zhu
Q.
Tao
C.
Shen
F.
et al.  (
2014
)
Exploring the pharmacogenomics knowledge base (pharmgkb) for repositioning breast cancer drugs by leveraging web ontology language (OWL) and cheminformatics approaches
.
Pacific Symposium on Biocomputing.
, p.
172
-
182
.

25

Thorn
C.F.
Klein
T.E.
Altman
R.B.
(
2013
)
PharmGKB: the pharmacogenomics knowledge base
.
Methods Mol. Biol.
,
1015
,
311
-
320
.

26

Futreal
P.A.
Coin
L.
Marshall
M.
et al.  . (
2004
)
A census of human cancer genes
.
Nat. Rev. Cancer
,
4
,
177
-
183
.

27

Hamosh
A.
Scott
A.F.
Amberger
J.S.
et al.  . (
2005
)
Online Mendelian Inheritance in Man (OMIM), a knowledgebase of human genes and genetic disorders
.
Nucleic Acids Res.
,
33
,
D514
-
D517
.

28

Becker
K.G.
Barnes
K.C.
Bright
T.J.
et al.  . (
2004
)
The genetic association database
.
Nat. Genet.
,
36
,
431
-
432
.

29

Cowley
M.J.
Pinese
M.
Kassahn
K.S.
et al.  . (
2012
)
PINA v2.0: mining interactome modules
.
Nucleic Acids Res.
,
40
,
D862
-
D865
.

30

Sun
J.
Zhu
K.
Zheng
W.
et al.  . (
2015
)
A comparative study of disease genes and drug targets in the human protein interactome
.
BMC Bioinformatics
,
2015, 16(Suppl 5):S1
.

31

Kolde
R.
Laur
S.
Adler
P.
et al.  . (
2012
)
Robust rank aggregation for gene list integration and meta-analysis
.
Bioinformatics
,
28
,
573
-
580
.

32

Howarth
N.C.
Murphy
S.P.
Wilkens
L.R.
et al.  . (
2008
)
The association of glycemic load and carbohydrate intake with colorectal cancer risk in the Multiethnic Cohort Study
.
Am J Clin. Nutr.
,
88
,
1074
-
1082
.

33

Peterlik
M.
(
2008
)
Role of bile acid secretion in human colorectal cancer
.
Wie. Med. Wochenschr.
,
158
,
539
-
541
.

34

Hill
M.J.
Drasar
B.S.
Hawksworth
G.
et al.  . (
1971
)
Bacteria and aetiology of cancer of large bowel
.
Lancet
,
1
,
95
-
100
.

35

Debruyne
P.R.
Bruyneel
E.A.
Li
X.
et al.  . (
2001
)
The role of bile acids in carcinogenesis
.
Mutat. Res.
,
480-481
,
359
-
369
.

36

Herbst
A.
Jurinovic
V.
Krebs
S.
et al.  . (
2014
)
Comprehensive analysis of beta-catenin target genes in colorectal carcinoma cell lines with deregulated Wnt/beta-catenin signaling
.
BMC Genomics
,
15
,
74
.

37

Ewen
M.E.
Lamb
J.
(
2004
)
The activities of cyclin D1 that drive tumorigenesis
.
Trends Mol. Med.
,
10
,
158
-
162
.

38

Musgrove
E.A.
Caldon
C.E.
Barraclough
J.
et al.  . (
2011
)
Cyclin D as a therapeutic target in cancer
.
Nat. Rev.Cancer
,
11
,
558
-
572
.

39

Ulrich
C.M.
Bigler
J.
Potter
J.D.
(
2006
)
Non-steroidal anti-inflammatory drugs for cancer prevention: promise, perils and pharmacogenetics
.
Nat. Rev.Cancer
,
6
,
130
-
140
.

40

Thorn
C.F.
Grosser
T.
Klein
T.E.
et al.  . (
2011
)
PharmGKB summary: very important pharmacogene information for PTGS2
.
Pharmacogenet. Genomics
,
21
,
607
-
613
.

41

Harris
R.E.
(
2007
)
Cyclooxygenase-2 (cox-2) and the inflammogenesis of cancer
.
Subcell. Biochem.
,
42
,
93
-
126
.

42

Forbes
S.A.
Beare
D.
Gunasekaran
P.
et al.  . (
2014
)
COSMIC: exploring the world's knowledge of somatic mutations in human cancer
.
Nucleic Acids Res
., 2005,
43
,
D914
-
20
.

43

Davis
A.P.
Grondin
C.J.
Lennon-Hopkins
K.
et al.  . (
2014
)
The comparative toxicogenomics database's 10th year anniversary: update 2015
.
Nucleic Acids Res.
, 2015,
43
,
D914
-
20
.

Author notes

These authors contributed equally to the work.

Citation details: Tao,C., Sun,J., Zheng,W.J., et al. Colorectal cancer drug target prediction using ontology-based inference and network analysis. Database (2015) Vol. 2015: article ID bav015; doi:10.1093/database/bav015

This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted reuse, distribution, and reproduction in any medium, provided the original work is properly cited.

Supplementary data