You are viewing a javascript disabled version of the site. Please enable Javascript for this site to function properly.
Go to headerGo to navigationGo to searchGo to contentsGo to footer
In content section. Select this link to jump to navigation

DDREL: From drug-drug relationships to drug repurposing

Abstract

Analyzing the relationships among various drugs is an essential issue in the field of computational biology. Different kinds of informative knowledge, such as drug repurposing, can be extracted from drug-drug relationships. Scientific literature represents a rich source for the retrieval of knowledge about the relationships between biological concepts, mainly drug-drug, disease-disease, and drug-disease relationships. In this paper, we propose DDREL as a general-purpose method that applies deep learning on scientific literature to automatically extract the graph of syntactic and semantic relationships among drugs. DDREL remarkably outperforms the existing human drug network method and a random network respected to average similarities of drugs’ anatomical therapeutic chemical (ATC) codes. DDREL is able to shed light on the existing deficiency of the ATC codes in various drug groups. From the DDREL graph, the history of drug discovery became visible. In addition, drugs that had repurposing score 1 (diflunisal, pargyline, fenofibrate, guanfacine, chlorzoxazone, doxazosin, oxymetholone, azathioprine, drotaverine, demecarium, omifensine, yohimbine) were already used in additional indication. The proposed DDREL method justifies the predictive power of textual data in PubMed abstracts. DDREL shows that such data can be used to 1- Predict repurposing drugs with high accuracy, and 2- Reveal existing deficiencies of the ATC codes in various drug groups.

1.Introduction

Recently, discovering relationships among drugs, side-effects, and many other biological concepts has attracted much attention [1, 2, 3, 4, 5, 6, 7, 8]. Biological literature is a rich source of knowledge for discovering relationships among drugs [9, 10, 11, 12, 13, 14], as well as diseases [15] and accordingly, computational text mining approaches play an important role in current drug studies [16, 17, 18]. Recognizing the relationships among drugs leads to the creation of a knowledge graph that can be used efficiently for the task of discovering repurposing drugs [19, 20]. Drug repurposing is a process of discovering new usages for existing drugs and currently widely discussed in the drug discovery domain [21, 22, 23, 24, 25, 26].

In this paper, we proposed a method called DDREL that applies a deep learning method on 29 million abstract articles extracted from the PubMed dataset. DDREL builds the graph of drug-drug relationships among 2061 drugs. As an evaluation, DDREL uses homophily measure with respect to average similar ATC levels that indicates the average number of similar ATC levels of connecting drugs (Discussed in detail in Section 2, Step 6 and Eq. (3)). As an application, DDREL first clusters the graph of drug-drug relationships and then uses outlier detection mechanisms to discover repurposing drugs in each cluster.

The structure of this paper is as follows: Section 2 overviews available methods. DDREL is described in detail in Section 3. The empirical results are discussed in Section 4. Section 5 provides the explanation and interpretation of results. Section 6 concludes and discusses future work.

2.Background

Traditional methods used to discover drug relationships from the biological texts, generally calculated the similarity of drugs by applying text mining techniques such as co-occurrence of drugs, drug frequency, n-gram, and TF-IDF [27, 28, 29]. Griffith et al. [27] and Wagner et al. [28] applied the co-occurrence analysis to discover the interaction among drugs and genes and built the drug-gene interaction databases. Rahmani et al. [30] used the random walk algorithm to construct a Human Drug Network (HDN) for 200 different drugs based on functional and structural information. Stenetorp et al. [29] implemented a text mining-based clustering approach and n-gram to study the effect of corpus size and domain in the biological domain. Frijters et al. [31] proposed a text-based CoPub method to find new hidden relationships among biological concepts using the co-occurrence method. Sun et al. [32] used a new approach called X-Cluster to discover new goals for medications. The main drawback of the most traditional methods is that they consider only the syntactic relations among drugs and neglect the semantic relationships. The syntactic method considers each term individually (by features such as term-frequency (TF), Inverse document frequency (IDF), etc.) or with limited context around terms (by local features such as n-gram, word occurrence, etc.). On another side, semantic methods consider a wide range of contexts (k words before and k words after the term). Word2Vec is a very well known semantic approach that literature has shown which considers the context of terms in the text very efficiently [33, 34, 35].

Among the methods that inherently consider semantic relationships among concepts, deep neural network-based approaches have recently attracted much attention [36, 37, 38, 39]. There are several ways to implement deep learning, the most well-known of which are the Convolution and Recurrent networks [40]. Deep neural networks extract features from text using Word2Vec [41, 42, 43, 44] and GloVe [33, 45, 46]. Moen et al. [36] applied Word2Vec and n-gram to cluster the words in the biological text. Kosmopoulos et al. [37] used Word2Vec and TF-IDF to classify biological text in the PubMed dataset. Allahgholi et al. [47] applied Word2Vec on PubMed abstracts to predict interaction types among drugs. They recommend alternatives for drug-drug interactions (DDIs) which have Negative Health Effects Types (NHETs). Ma et al. [38] proposed a recurrent neural network (RNN) approach to predict risks based on the electronic health record (EHR) data. Dey et al. [39] used RNN on chemical structures of various drugs to discover substructures that construct adverse drug reactions (ADR).

Patrick et al. [20] applied a word-embedding based machine learning approach to predict drug repurposing for Immune-Mediated Cutaneous diseases. The results of Patrick et al. [20] is limited to a small range of Immune-Mediated Cutaneous diseases (353 drugs). Zhou et al. [48] and Singh et al. [49] discovered repurposing drugs for COVID-19 using artificial intelligence techniques. Kingsmore et al. [50] introduced treatments for rheumatic autoimmune inflammatory diseases using machine learning and drug repurposing. Udrescu et al. [51] extracted drug-drug relationships from DrugBank (1141 drugs) and then applied modularity-based clustering on the network. They labeled inconsistence drugs with respect to drug properties as repurposing drugs. Zhou et al. [52] used the Tanimo similarity coefficient [53] to construct drug-drug interaction networks. Then they applied the Markov clustering algorithm to cluster 589 drugs into 98 groups. In the end, they recommended drugs with the most different functions in each cluster as repurposing drugs.

The Anatomical Therapeutic Chemical (ATC) Classification System is a wieldy used method to classify drugs chemical and anatomical properties [54]. There are methods that are trying to predict the ATC codes from compound structure [55]. Predicting a drug’s ATC code can give a novel indication of a drug. The NetInfer method used the drug’s structure to predict their ATC code and by that potential novel therapeutic uses [56, 57]. The ATC code itself is a fuzzy annotation, which means it does not contain all indications of a drug [58]. We used the ATC codes to show how the DDREL method can give a historic perspective on drug repurposing.

3.Method

The main steps of our proposed DDREL method are shown in Fig. 1. These steps are as follows:

Figure 1.

The block diagram of DDREL, which contains seven steps: Datasets and their pre-processing, constructing Word2Vec model, extracting drugs, building graph, homophily evaluation, and discovering repurposing drugs.

The block diagram of DDREL, which contains seven steps: Datasets and their pre-processing, constructing Word2Vec model, extracting drugs, building graph, homophily evaluation, and discovering repurposing drugs.

  • (1) DDREL accepts three datasets as input data.

    • (a) The first dataset is PubMed dataset.11 We downloaded the whole PubMed dataset, and we only considered the abstract of the papers, which results in the repository of 30G data.

    • (b) To detect the drug terms in the raw text, we use the DrugBank dataset22 which contains 6,640 drugs. In contrast, only 3,912 drugs are approved (DrugBank contains eight categories including Approved, Small Molecule, Biotech, Experimental, Nutraceutical, Illicit, Withdrawn, Investigational. Approved drugs are indicated by the status “Approved”). As a result, the remaining drugs to be considered are 3,912. To evaluate the homophily measure of the final drug-drug network, we focused on the drugs that their ATC codes are available at DrugBank. Among the 3,912 remaining drugs, only 2,061 drugs have ATC codes (List of drugs that do not have ATC codes are available at [59]. As a result, 2,061 drugs remained.

    • (c) DDREL uses a graph of drug-drug relationships to discover repurposing drugs. The third dataset (called RepoDB [60]) that is used in DDREL is the drug repurposing dataset, which contains 1571 drugs. DDREL uses RepoDB to evaluate the novel repurposing drugs discovered by DDREL.

  • (2) DDREL applied Word2Vec model Cbow [61] on the PubMed dataset to describe each biology term in the PubMed. The configuration of Word2Vec is shown in Table 1.

    Table 1

    Parameters configuration of Word2Vec models in DDREL

    ParameterSetting
    modelCBOW
    min-count5
    dim200
    samp1e-4
    win8

    The minimum count (min-count) interprets the minimum number of occurrences needed for a word to be included in the word vectors. The vector dimension (dim) is the learned word vector size. Sub-sampling (samp) is the process of diminishing frequent word occurrences. The context window size (win) denotes words range to be included as target word context [33, 62, 63]. The value of these parameters are determined in Table 1 according to the best practices of similar work in the literature [42, 33, 45, 35, 64, 34, 65].

  • (3) For 2,061 drugs that have appeared both in drugBank dataset and PubMed corpus, DDREL applied the Cosine similarity among their Word2Vec vectors and calculated the semantic similarity (see Eq. (1)).

    (1)
    Semantic_sim(di,dj)=W2V(di)W2V(dj)||W2V(di)||×||W2V(dj)||

    In Eq. (1), W2V(di)W2V(dj) is dot product of two Word2Vec vectors of di and dj and symbol ||W2V(di)|| stands for the magnitude of that vector. Regarding consideration of the drug synonyms, as deep learning considers the context of the terms, the word2vec similarity value of two synonym drugs is very high. Table 2 shows 10 synonym drugs with high word2vec similarity. All synonym drugs in our word2vec model are available at [59].

    Table 2

    10 synonym drugs with high word2vec similarity

    IndexMain drugSynonyms drugSimilarity
    1BrinzolamideDorzolamide0.93
    2TelaprevirBoceprevir0.91
    3TropicamideCyclopentolate0.89
    4EltrombopagRomiplostim0.89
    5DesloratadineLevocetirizine0.89
    6TerfenadineAstemizole0.88
    7TafluprostLatanoprost0.88
    8SalmeterolFormoterol0.88
    9EptifibatideAbciximab0.88
    10CilazaprilQuinapril0.88

  • (4) DDREL considered only the most informative discovered relationships among drugs by pruning the relationships with semantic similarity value less than γ1. We considered 0.70 for the values of γ1. In our studies, according to Table 3, we found that 0.7 is high enough to exclude most irrelevant relationships among drugs and low enough to prevent the loss of possibly relevant ones.

    Table 3

    Homophily of graph and number of relationships among drugs in different value of γ1

    γ1 HomophilyNumber of relationships
    0.10.211718864
    0.20.291087864
    0.30.74489376
    0.40.87163375
    0.51.5648136
    0.62.3713917
    0.73.053430
    0.83.61417
    0.93.427

  • (5) DDREL constructed graph G(V,E) of the drug-drug relationships. In this graph, each node viV is a drug and each edge eijE indicates the semantic similarity (Eq. (1)) more than 0.7 between two interacting drugs di and dj.

  • (6) DDREL evaluated the built graph using homophily measure [66]. Homophily is a measure used in network science, showing how similar the nodes that are connected are [67]. We calculated the network homophily measure of the drug-drug network by considering the number of similar levels between ATC codes of two interacting drugs in the network. ATC code classifies drugs into groups at five different levels:33

    • (a) Anatomical main group (one letter). There are 14 main groups (see Table 4).

      Table 4

      14 anatomical main groups

      CodeContents
      AAlimentary tract and metabolism
      BBlood and blood forming organs
      CCardiovascular system
      DDermatologicals
      GGenito-urinary system and sex hormones
      HSystemic hormonal preparations, excluding sex hormones and insulins
      JAntiinfectives for systemic use
      LAntineoplastic and immunomodulating agents
      MMusculo-skeletal system
      NNervous system
      PAntiparasitic products, insecticides and repellents
      RRespiratory system
      SSensory organs
      VVarious

    • (b) Therapeutic subgroup (two digits).

    • (c) Therapeutic/pharmacological subgroup (one letter).

    • (d) Chemical/therapeutic/pharmacological subgroup (one letter).

    • (e) Chemical substance (two digits).

    Example 1: Consider Acetaminophen with N02BE01 ATC code, which is classified as follows:

    1.
    • (a) N: Nervous system group

    • (b) N02: Analgesic drug subgroup

    • (c) N02B: Other Analgesic drugs subgroup

    • (d) N02BE: Anilide subgroup

    • (e) N02BE01: Acetaminophen drug

    To compare the similarity of drugs, the similarity of the first 4 levels of the ATC code will be measured. Sim_ATCk(di,dj) returns 1, if the most k significant levels of ATC codes of drug di and drug dj are similar; otherwise, Sim_ATCk(di,dj) returns 0 (see Eq. (2)). Since there are 4 levels, k varies from 0 to 4.

    (2)
    Sim_ATCk(di,dj)={1,k levels of ATC codes of drug di and dj are similar0,otherwise

    Example 2: Consider drug Diflunisal with ATC code N02BA11 and drug Bromocriptine with ATC code N04BC01, then Sim_ATC1(di,dj) returns 1 and Sim_ATC2(di,dj) returns 0.

    Equation (3) calculates the homophily of edge eij between two interacting drugs di and dj.

    (3)
    𝐻𝑜𝑚𝑜𝑝ℎ𝑖𝑙𝑦(eij)=arg-maxk(Sim_ATCk(di,dj))

    Where arg-maxk returns the maximum value of k. k is the number of similar levels of the ATC codes of two interacting drugs di and dj.

    To calculate the homophily for the whole graph, we use Eq. (4) that calculates the average similar ATC levels among all edges.

    (4)
    𝐻𝑜𝑚𝑜𝑝ℎ𝑖𝑙𝑦(G)=eijE𝐻𝑜𝑚𝑜𝑝ℎ𝑖𝑙𝑦(eij)|E|

    Where |E| is the number of edges in the graph G.

    Based on similar ATC codes of the connected drugs, Eq. (5) calculates the accuracy of discovered drug-drug relationships. DDREL uses the same homophily measure to compare its approach with existing methods and a family of graphs generated randomly with a similar number of nodes and edges.

    (5)
    Accuracy=Number of correct drug-drug relationships detectedTotal number of drug-drug relationships detected

    In Eq. (5) “Number of correct drug-drug relationships detected” is the number of drugs pair (di, dj) that Sim_ATCk(di,dj)=1 and “Total number of drug-drug relationships detected” is the number of drug pairs (di, dj) that Semantic_sim(di,dj)>γ1.

  • (7) One of the main applications of DDREL is discovering novel repurposing drugs. For this purpose, DDREL, first applies Glay algorithm [68] to cluster the graph of drug-drug relationships. Second, DDREL uses an outlier detection mechanism to discover the drugs with the most different ATC codes comparing to other drug members of the same cluster (see Eq. (6)). In DDREL, we considered a drug as an outlier that differs in the first level of the ATC code from other drugs in its cluster. If D is the set of all drugs then Sim_cluster(di,dj) returns 1 if both diD and djD are members of the same cluster; otherwise Sim_cluster(di,dj) returns 0. In the end, DDRel labels outlier drugs as repurposing drugs and uses a drug repurposing dataset (RepoDB) [60] for the evaluation.

    (6)
    outlier-score(di)=djDSim_cluster(di,dj)×(1-Sim_ATC1(di,dj))djDSim_cluster(di,dj)

    outlier-score(di) indicates how much drug di, comparing to other co-cluster drugs, is considered outlier with respect to drugs ATC codes similarities.

Pseudocode of DDREL is provided in Algorithm 1. DDREL used the accuracy measure, same as previous work [69, 70] to evaluate the detected repurposing drugs.

DDREL algorithmeach drug di in graph G𝑁𝑂𝑆𝑖𝑚𝑖𝑙𝑎𝑟𝐷𝑟𝑢𝑔𝑠0cli𝑐𝑙𝑢𝑠𝑡𝑒𝑟(di) // 𝑐𝑙𝑢𝑠𝑡𝑒𝑟(di) returns the cluster number that di belongs to each drug dj in cliSim_ATC1(di,dj)==0𝑁𝑂𝑆𝑖𝑚𝑖𝑙𝑎𝑟𝐷𝑟𝑢𝑔𝑠𝑁𝑂𝑆𝑖𝑚𝑖𝑙𝑎𝑟𝐷𝑟𝑢𝑔𝑠+1

outlier-score(di)𝑁𝑂𝑆𝑖𝑚𝑖𝑙𝑎𝑟𝐷𝑟𝑢𝑔𝑠/𝐶𝑜𝑢𝑛𝑡(cli)

Figure 2.

The accuracy of DDREL in terms of the number of similar ATC code levels between the two drugs that are connected in the graph.

The accuracy of DDREL in terms of the number of similar ATC code levels between the two drugs that are connected in the graph.

4.Results

DDREL succeeded in discovering 3,430 relationships among 1,297 drugs. In the following subsections, we first evaluate the DDREL, and then we discuss one of the possible usages of DDREL in discovering the repurposing drugs.

4.1Homophily evaluation

We calculated the network homophily measure [66] of the drug-drug graph created by Word2Vec by considering the ATC codes of each drug-drug relationship. Since the ATC code is four levels, DDREL computed the number of similar levels between ATC codes of two interacting drugs in the graph. Figure 2 shows the accuracy of DDREL based on the number of similar ATC levels of the connected drugs. In Fig. 2, the accuracy of 94% in the first level of the ATC means that 94% of the connected drugs were similar with respect to the first level of their ATC codes (eijESim_ATC1(di,dj)=1|E|=94%), or the accuracy of 79% in the first four levels of the ATC code means that 79% of the connected drugs were similar with respect to the fourth level of their ATC codes (eijESim_ATC4(di,dj)=1|E|=79%).

4.2Application of DDREL: Discovering repurposing drugs

Drug repositioning refers to the unexpected use of a drug for a different disease indication, most likely due to the accidental discovery of new targets or new mechanisms of action [71, 72, 73, 74, 24, 75]. For example, Sildenafil (Viagra) was initially developed as an anti-hypotension drug but later was found to be more effective in treating erectile dysfunction. Axitinib is a VEGFR inhibitor approved for renal cancer, but it was recently discovered that axitinib has an off-target called BCR-ABL that can treat leukemia.44 One possible application of DDREL is its capability in discovering repurposing drugs.

Figure 3.

The DDREL network clustered with the Glay clustering method. With red border are the drugs with repurposing score 1. Some of the clusters of these drugs are enlarged in detail in the results section. The network clusters and components are showing the major targeting areas of the current drug discovery. The network has many small components which contain specific drugs. To discover the DDREL network further see [59].

The DDREL network clustered with the Glay clustering method. With red border are the drugs with repurposing score 1. Some of the clusters of these drugs are enlarged in detail in the results section. The network clusters and components are showing the major targeting areas of the current drug discovery. The network has many small components which contain specific drugs. To discover the DDREL network further see [59].

The first step can be to visualize and cluster the DDREL network (Fig. 3). The drug network is clustered using the Glay Algorithm [68] on the drug-drug graph to partition the graph into clusters of related drugs. Glay is suitable for the decomposition, display, and exploratory analysis of large biological networks due to high-performance [68]. The result of the Glay clustering algorithm is available at [59]. According to Fig. 3 the DDREL network has many components representing the general therapeutic modalities. The network’s giant component consists of the two largest classes of drugs the central nervous system targeting drugs and the antihypertensive agents. The second-largest component is the various antibiotics. The Glay clustering clustered the network based on the currently available target groups.

The main hypothesis behind discovering repurposing drugs is the detection of outlier drugs in each cluster. Equation (6) calculates the outlier-score for each drug di by comparing the ATC of di with other members of the same cluster. Figure 5 shows the number of drugs for different values of outlier-score. As it is shown in Fig. 5, there are 480 drugs with outlier-score 0 which means that 480 drugs are co-located with similar drugs (with respect to the first level of their ATC-codes) in the same cluster. Figure 4 shows a sample cluster of similar drugs. All of these drugs’ ATC code starts with A02B (Drugs for peptic ulcer and gastro-oesophageal reflux disease (GORD)).

Table 5

Twelve drugs with outlier-score 1. 8 drugs are indicated in the dataset [60] as repurposing drugs

IndexDrugFound in repurposing datasetCited as a repurposing drug
1DiflunisalTrue[79]
2PargylineTrue[80]
3FenofibrateTrue[81]
4GuanfacineTrue[82]
5ChlorzoxazoneTrue[83]
6DoxazosinTrue[84]
7OxymetholoneTrue[85]
8AzathioprineTrue[86]
9DrotaverineFalse
10DemecariumFalse
11NomifensineFalse[87]
12YohimbineFalse[88]

Figure 4.

Sample cluster of similar drugs – all of these drugs’ ATC code starts with A02B.

Sample cluster of similar drugs – all of these drugs’ ATC code starts with A02B.

Figure 5.

Number of drugs for different values of outlier score.

Number of drugs for different values of outlier score.

There are 12 drugs with outlier-score 1 in Fig. 5. The first level of ATC codes of these drugs are completely different from their co-cluster drugs. Figure 6 shows a sample cluster of these drugs. It shows the clusters containing the diflunisal and doxazosin drugs. In Fig. 6a are non-steroid anti-inflammatory drugs (NSAID). On the bottom part of Fig. 6a, the COX2 inhibitors such as valdecoxib, lumiracoxib, etc. can be seen. Meanwhile at the top are the COX1 inhibitors like at one end ibuprofen and the other phenylbutazone etc. This is similar how the various NSAIDs were discovered: 1st the COX1 inhibitors then the COX2 inhibitors. The DDREL graph shows the evolution of NSAIDs here. The cluster is not connected to any other part of the DDREL graph, making them a separate entity of this particular therapeutic class. All of them are having ATC code M01A except diflunisal. The outlier diflunisal’s ATC code starts with N02B. It is a salicylic-acid derived such as aspirin. It has anti-inflammatory and analgesic activity, like all NSAIDs. Diflunisal also used in rheumatic arthritis. The classification is coming to form the ATC intention to “All preparations containing salicylic acid and derivatives are classified in N02BA – Salicylic acid and derivatives, as it is difficult to differentiate between the use of salicylates in rheumatic conditions and other therapeutic uses.” Based on our data maybe it worth considering diflunisal just as an NSAID like many other drugs in this cluster.

In Fig. 6b cluster are the urologic agents with ATC code G04. At the top of the cluster are sildenafil and its derivates vardenafil and tadalafil. These cGMP-specific phosphodiesterase type 5 inhibitors, were developed as antihypertensive agents and became the definitive treatment of erectile dysfunction [76]. The bottom part of the cluster is alfuzosin, tamsulosin, and terazosin which are alpha 1 adrenergic inhibitors. These agents are used for benign prostate hypertrophy to release the urethra’s smooth muscle [77]. The outlier in the cluster is doxazosin, which also targets the alpha 1 adrenergic receptor but is classified as an antihypertensive agent with the ATC code C02. Doxazosin connects the urological agents to the various antihypertensive agents on the DDREL graph (Fig.  3). This classification connects the two therapeutic groups (antihypertensive agents and urological agents) by their mechanism on the alpha 1 adrenergic receptor. Doxasosizne is already used in benign prostate hypertrophy even if it was developed as an antihypertensive agent [78].

Table 5 focuses on 12 drugs with an outlier-score 1. Eight drugs out of 12 drugs with outlier-score 1 are indicated in RepoDB dataset [60] as repurposing drugs. All the clusters containing outlier drugs are available at [59].

Figure 6.

Clusters containing doxazosin and diflunisal drugs – a) The cluster containing diflunisal drug – Excluding diflunisal, all the remaining drugs in this cluster are antirheumatic agents (ATC: M01A ATC), meanwhile diflunisal is in the N02B ATC class. b) The cluster containing doxazosin drug – Excluding doxazosin, all the remaining drugs in this cluster are used in the urological subgroup (ATC starts with G04), but doxazosin is an antihypertensive agent (ATC: C02), which is considered as an outlier and has a repurposing score of 1.

Clusters containing doxazosin and diflunisal drugs – a) The cluster containing diflunisal drug – Excluding diflunisal, all the remaining drugs in this cluster are antirheumatic agents (ATC: M01A ATC), meanwhile diflunisal is in the N02B ATC class. b) The cluster containing doxazosin drug – Excluding doxazosin, all the remaining drugs in this cluster are used in the urological subgroup (ATC starts with G04), but doxazosin is an antihypertensive agent (ATC: C02), which is considered as an outlier and has a repurposing score of 1.

5.Discussion

Rahmani et al. [30] proposed a method to build relationships among human drugs. They used a random-walk-based approach to discover relationships among 200 drugs. We compared the graph discovered by DDREL with their work. As a comparison measure, we used the average similar ATC levels between connecting drugs (Eq. (4)) of Rahmani et al., and DDREL. This measure is 2.7 in Rahmani et al. and 3.1 in DDREL. Additionally, for random control, we built 100 graphs keeping the degree distribution of the DDREL network. In this case, the ATC level similarity was 2.1 (+- 0.1), significantly below the DDREL graph’s similarity.

Drug repurposing is an approach for discovering new applications for approved or investigational drugs that are outside the scope of the primary medical indication [73]. The accuracy of DDREL for detecting repurposing drugs is 81% (Accuracy needs to be seen in the light of incomplete annotations of indications). DDREL was able to discover 8 repurposing drugs (see, e.g., Table 5). The supporting papers, which indicate that drugs in Table 5 are repurposing drugs, are available at [79, 84, 80, 81, 82, 83, 86, 85] and are shown in Table 5. All the clusters containing repurposing drugs are available at [59].

Moreover, due to a large number of repurposing drugs in the nervous system, we focused on the drug clusters where ATC codes of all the cluster members start with “N”. We found the cluster contains 26 drugs where 24 drugs in this cluster start with “N05” and two drugs “methylphenobarbital” and “trimethadione” which starts with “N03” (see, Fig. 7a). We found a cluster contains 26 drugs where 24 drugs in this cluster start with “N05” meaning psycholeptics, drugs used during schizophrenia, but also hypnotics and sedatives. Most of the drugs are benzodiazepines (see, Fig. 7a). The two drugs which do not have the N05 label are methylphenobarbital and trimethadione. Their ATC code starts with “N03” – meaning anticonvulsant drugs administered during epilepsy. Methylphenobarbital a barbiturate derivate. Its metabolite phenobarbital and itself was used in epilepsy, however, it has like all other barbiturate sedative effects. It is withdrawn from the market [89]. Trimethadione was one of the first drug used in in petit mal epilepsies, but later it was found teratogen [90, 91, 92]. The example shows the problem with the ATC categories. Methylphenobarbital is an outlier of the barbiturate family which is in the N05 group (N05CA). Surprisingly, both drugs are mentioned in two very recent papers [93, 94] as repurposing drugs (Phenobarbital against psoriasis and trimethadione against retinoblastoma).

Another cluster contains 11 drugs where ATC codes of 10 drugs in that cluster start with “N03”, meaning these drugs are, anticonvulsants based on their ATC code. Meanwhile, the 11th drug clobazam which is a psycholeptic with ATC code starting “N05”, however, clobazam is also used in epileptic seizures (see, Fig. 7b). This drug is mentioned in paper [95] as a repurposing drug.

These examples show the problem of the ATC classification because one drug can have multiple indications [58]. DDREL was able to find these inconsistencies based on the text-mined similarity graph.

Figure 7.

Clusters containing methylphenobarbital, trimethadione and clobazam drugs a) The cluster containing methylphenobarbital and trimethadione drugs – Excluding methylphenobarbital and trimethadione, all the remaining drugs in this cluster have N05 ATC class, but methylphenobarbital and trimethadione drugs have N03 ATC class, which are considered as repurposing drugs. b) The cluster containing clobazam drug – Excluding clobazam, all the remaining drugs in this cluster have N03 ATC class, but clobazam has an N05 ATC class, which is considered as a repurposing drug.

Clusters containing methylphenobarbital, trimethadione and clobazam drugs a) The cluster containing methylphenobarbital and trimethadione drugs – Excluding methylphenobarbital and trimethadione, all the remaining drugs in this cluster have N05 ATC class, but methylphenobarbital and trimethadione drugs have N03 ATC class, which are considered as repurposing drugs. b) The cluster containing clobazam drug – Excluding clobazam, all the remaining drugs in this cluster have N03 ATC class, but clobazam has an N05 ATC class, which is considered as a repurposing drug.

6.Conclusions

In recent years, much effort has been invested into discovering new relationships among drugs. To the best of our knowledge, most of the existing text mining approaches did not consider semantic relations among drugs. In this paper, we proposed DDREL, a method that applied deep learning to discover syntactic and semantic relationships among drugs to predict repurposing drugs. The experimental results show that in the terms of average similar ATC levels (Eq. (4)), DDREL significantly outperformed the existing human drug network method in addition to a random network built 100 times. DDREL was able to find the discrepancies in the ATC classification and show how the indication of various drugs changed during a time (e.g. in the case of alpha-adrenergic antagonists). Of course selecting drugs for repurposing requires expert knowledge, but DDREL can be the first step to suggest which drugs need further evaluation.

For future work, first, we will extend DDREL to detect drug combinations (i.e., synergistic or antagonistic interactions) in the network of drug-drug relationships; fortunately, there are existing comprehensive databases that may serve as ground-truth data sources such as DrugComb.55 Second, we will apply DDREL to discover novel relationships, among other biological concepts such as drug side-effects. Third, we will augment the input information of DDREL with more varied genetic information.

Declaration of competing interest

AB is a shareholder of Healx Ltd and Pharmenable Ltd.

Supplementary materials

Supplementary material associated with this article can be found at [59].

References

[1] 

M. Vazquez, M. Krallinger, F. Leitner and A. Valencia, Text mining for drugs and chemical compounds: Methods, tools and applications, Molecular Informatics 30: (6–7) ((2011) ), 506–519.

[2] 

H. Sampathkumar, B. Luo and X.-w. Chen, Mining adverse drug side-effects from online medical forums, in: 2012 IEEE Second International Conference on Healthcare Informatics, Imaging and Systems Biology, IEEE, (2012) , pp. 150–150.

[3] 

H. Wang, Q. Gu, J. Wei, Z. Cao and Q. Liu, Mining drug-disease relationships as a complement to medical genetics-based drug repositioning: Where a recommendation system meets genome-wide association studies, Clinical Pharmacology & Therapeutics 97: (5) ((2015) ), 451–454.

[4] 

B. Percha, Y. Garten and R.B. Altman, Discovery and explanation of drug-drug interactions via text mining, in: Biocomputing 2012, World Scientific, (2012) , pp. 410–421.

[5] 

L. Tari, S. Anwar, S. Liang, J. Cai and C. Baral, Discovering drug-drug interactions: A text-mining and reasoning approach based on properties of drug metabolism, Bioinformatics 26: (18) ((2010) ), i547–i553.

[6] 

C. Andronis, A. Sharma, V. Virvilis, S. Deftereos and A. Persidis, Literature mining, ontologies and information visualization for drug repurposing, Briefings in Bioinformatics 12: (4) ((2011) ), 357–368.

[7] 

R. Harpaz, A. Callahan, S. Tamang, Y. Low, D. Odgers, S. Finlayson, K. Jung, P. LePendu and N.H. Shah, Text mining for adverse drug events: the promise, challenges, and state of the art, Drug Safety 37: (10) ((2014) ), 777–790.

[8] 

M. Krallinger, R.A.-A. Erhardt and A. Valencia, Text-mining approaches in molecular biology and biomedicine, Drug Discovery Today 10: (6) ((2005) ), 439–445.

[9] 

R. Feldman and J. Sanger, The text mining handbook: advanced approaches in analyzing unstructured data, Cambridge university press, (2007) .

[10] 

V. Gupta, G.S. Lehal et al., A survey of text mining techniques and applications, Journal of Emerging Technologies in Web Intelligence 1: (1) ((2009) ), 60–76.

[11] 

Y.-H. Tseng, C.-J. Lin and Y.-I. Lin, Text mining techniques for patent analysis, Information Processing & Management 43: (5) ((2007) ), 1216–1247.

[12] 

C.C. Aggarwal and C. Zhai, Mining text data, Springer Science & Business Media, (2012) .

[13] 

A. Hotho, A. Nürnberger and G. Paaß, A brief survey of text mining, in: Ldv Forum, Vol. 20, Citeseer, (2005) , pp. 19–62.

[14] 

G. Miner, J. Elder IV, A. Fast, T. Hill, R. Nisbet and D. Delen, Practical text mining and statistical analysis for non-structured text data applications, Academic Press, (2012) .

[15] 

E. Oerton, I. Roberts, P.S. Lewis, T. Guilliams and A. Bender, Understanding and predicting disease relationships through similarity fusion, Bioinformatics 35: (7) ((2019) ), 1213–1220.

[16] 

A. Lamurias and F.M. Couto, Text mining for bioinformatics using biomedical literature, Encyclopedia of Bioinformatics and Computational Biology 1: ((2019) ).

[17] 

J.-D. Kim, T. Ohta, Y. Tateisi and J. Tsujii, GENIA corpus – a semantically annotated corpus for bio-textmining, Bioinformatics 19: (suppl_1) ((2003) ), i180–i182.

[18] 

D. Kwon, S. Kim, C.-H. Wei, R. Leaman and Z. Lu, ezTag: Tagging biomedical concepts via interactive learning, Nucleic Acids Research 46: (W1) ((2018) ), W523–W529.

[19] 

S. Zheng, H. Ma, J. Wang and J. Li, A Computational Bipartite Graph-Based Drug Repurposing Method, in: Computational Methods for Drug Repurposing, Springer, (2019) , pp. 115–127.

[20] 

M.T. Patrick, K. Raja, K. Miller, J. Sotzen, J.E. Gudjonsson, J.T. Elder and L.C. Tsoi, Drug repurposing prediction for immune-mediated cutaneous diseases using a word-embedding – based machine learning approach, Journal of Investigative Dermatology 139: (3) ((2019) ), 683–691.

[21] 

A. Nagaraj, Q. Wang, P. Joseph, C. Zheng, Y. Chen, O. Kovalenko, S. Singh, A. Armstrong, K. Resnick, K. Zanotti et al., Using a novel computational drug-repositioning approach (DrugPredict) to rapidly identify potent drug candidates for cancer treatment, Oncogene 37: (3) ((2018) ), 403.

[22] 

N.S. Jahchan, J.T. Dudley, P.K. Mazur, N. Flores, D. Yang, A. Palmerton, A.-F. Zmoos, D. Vaka, K.Q. Tran, M. Zhou et al., A drug repositioning approach identifies tricyclic antidepressants as inhibitors of small cell lung cancer and other neuroendocrine tumors, Cancer Discovery 3: (12) ((2013) ), 1364–1377.

[23] 

G. Jin and S.T. Wong, Toward better drug repositioning: prioritizing and integrating existing methods into efficient pipelines, Drug Discovery Today 19: (5) ((2014) ), 637–644.

[24] 

S.H. Sleigh and C.L. Barton, Repurposing strategies for therapeutics, Pharmaceutical Medicine 24: (3) ((2010) ), 151–159.

[25] 

https://www.amazon.de/-/en/David-Cavalla/dp/1788019032.

[26] 

A. Bender and I. Cortes-Ciriano, Artificial intelligence in drug discovery: what is realistic, what are illusions? Part 1: Ways to make an impact, and why we are not there yet, Drug Discovery Today, (2020) .

[27] 

M. Griffith, O.L. Griffith, A.C. Coffman, J.V. Weible, J.F. McMichael, N.C. Spies, J. Koval, I. Das, M.B. Callaway, J.M. Eldred et al., DGIdb: mining the druggable genome, Nature Methods 10: (12) ((2013) ), 1209.

[28] 

A.H. Wagner, A.C. Coffman, B.J. Ainscough, N.C. Spies, Z.L. Skidmore, K.M. Campbell, K. Krysiak, D. Pan, J.F. McMichael, J.M. Eldred et al., DGIdb 2.0: mining clinically relevant drug–gene interactions, Nucleic Acids Research 44: (D1) ((2015) ), D1036–D1044.

[29] 

P. Stenetorp, H. Soyer, S. Pyysalo, S. Ananiadou and T. Chikayama, Size (and domain) matters: Evaluating semantic word space representations for biomedical text, Proceedings of SMBM 12: ((2012) ).

[30] 

H. Rahmani, H. Blockeel and A. Bender, Using a human drug network for generating novel hypotheses about drugs, Intelligent Data Analysis 20: (1) ((2016) ), 183–197.

[31] 

R. Frijters, M. Van Vugt, R. Smeets, R. Van Schaik, J. De Vlieg and W. Alkema, Literature mining for the discovery of hidden connections between drugs, genes and diseases, PLoS Computational Biology 6: (9) ((2010) ), e1000943.

[32] 

P. Sun, J. Guo, R. Winnenburg and J. Baumbach, Drug repurposing by integrated literature mining and drug-gene-disease triangulation, Drug Discovery Today 22: (4) ((2017) ), 615–619.

[33] 

B. Chiu, G. Crichton, A. Korhonen and S. Pyysalo, How to train good word embeddings for biomedical NLP, in: Proceedings of the 15th Workshop on Biomedical Natural Language Processing, (2016) , pp. 166–174.

[34] 

T. Schnabel, I. Labutov, D. Mimno and T. Joachims, Evaluation methods for unsupervised word embeddings, in: Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing, (2015) , pp. 298–307.

[35] 

S. Lai, K. Liu, S. He and J. Zhao, How to generate a good word embedding, IEEE Intelligent Systems 31: (6) ((2016) ), 5–14.

[36] 

S. Moen and T.S.S. Ananiadou, Distributional semantics resources for biomedical text processing, Proceedings of LBM, (2013) , 39–44.

[37] 

A. Kosmopoulos, I. Androutsopoulos and G. Paliouras, Biomedical semantic indexing using dense word vectors in bioasq, J BioMed Semant Suppl BioMedl Inf Retr 3410: ((2015) ), 959136040–1510456246.

[38] 

F. Ma, J. Gao, Q. Suo, Q. You, J. Zhou and A. Zhang, Risk prediction on electronic health records with prior medical knowledge, in: Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining, ACM, (2018) , pp. 1910–1919.

[39] 

S. Dey, H. Luo, A. Fokoue, J. Hu and P. Zhang, Predicting adverse drug reactions through interpretable deep learning framework, BMC Bioinformatics 19: (21) ((2018) ), 476.

[40] 

A. Conneau, H. Schwenk, L. Barrault and Y. Lecun, Very deep convolutional networks for text classification, arXiv preprint arXiv:1606.01781, (2016) .

[41] 

T. Mikolov, K. Chen, G. Corrado and J. Dean, Efficient estimation of word representations in vector space, arXiv preprint arXiv:1301.3781, (2013) .

[42] 

L. Ma and Y. Zhang, Using Word2Vec to process big text data, in: 2015 IEEE International Conference on Big Data (Big Data), IEEE, (2015) , pp. 2895–2897.

[43] 

S. Ji, N. Satish, S. Li and P. Dubey, Parallelizing word2vec in shared and distributed memory, IEEE Transactions on Parallel and Distributed Systems, (2019) .

[44] 

J.A. Minarro-Giménez, O. Marin-Alonso and M. Samwald, Exploring the application of deep learning techniques on medical text corpora, Studies in Health Technology and Informatics 205: ((2014) ), 584–588.

[45] 

J. Pennington, R. Socher and C. Manning, Glove: Global vectors for word representation, in: Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP), (2014) , pp. 1532–1543.

[46] 

M.E. Peters, M. Neumann, M. Iyyer, M. Gardner, C. Clark, K. Lee and L. Zettlemoyer, Deep contextualized word representations, arXiv preprint arXiv:1802.05365, (2018) .

[47] 

M. Allahgholi, H. Rahmani, D. Javdani, G. Weiss and D. Módos, ADDI: Recommending alternatives for drug-drug interactions with negative health effects, Computers in Biology and Medicine, (2020) , 103969.

[48] 

Y. Zhou, F. Wang, J. Tang, R. Nussinov and F. Cheng, Artificial intelligence in COVID-19 drug repurposing, The Lancet Digital Health, (2020) .

[49] 

T.U. Singh, S. Parida, M.C. Lingaraju, M. Kesavan, D. Kumar and R.K. Singh, Drug repurposing approach to fight COVID-19, Pharmacological Reports, (2020) , 1–30.

[50] 

K.M. Kingsmore, A.C. Grammer and P.E. Lipsky, Drug repurposing to improve treatment of rheumatic autoimmune inflammatory diseases, Nature Reviews Rheumatology 16: (1) ((2020) ), 32–52.

[51] 

M. Udrescu and L. Udrescu, A Drug Repurposing Method Based on Drug-Drug Interaction Networks and Using Energy Model Layouts, in: Computational Methods for Drug Repurposing, Springer, (2019) , pp. 185–201.

[52] 

B. Zhou, R. Wang, P. Wu and D.-X. Kong, Drug repurposing based on drug-drug interaction, Chemical Biology & Drug Design 85: (2) ((2015) ), 137–144.

[53] 

P. Willett, J.M. Barnard and G.M. Downs, Chemical similarity searching, Journal of Chemical Information and Computer Sciences 38: (6) ((1998) ), 983–996.

[54] 

A. Skrbo, B. Begović and S. Skrbo, Classification of drugs using the ATC system (Anatomic, Therapeutic, Chemical Classification) and the latest changes, Medicinski Arhiv 58: (1 Suppl 2) ((2004) ), 138–141.

[55] 

L. Chen, W.-M. Zeng, Y.-D. Cai, K.-Y. Feng and K.-C. Chou, Predicting anatomical therapeutic chemical (ATC) classification of drugs by integrating chemical-chemical interactions and similarities, PloS One 7: (4) ((2012) ), e35254.

[56] 

Z. Wu, Y. Peng, Z. Yu, W. Li, G. Liu and Y. Tang, NetInfer: A web server for prediction of targets and therapeutic and adverse effects via network-based inference methods, Journal of Chemical Information and Modeling 60: (8) ((2020) ), 3687–3691.

[57] 

Y. Peng, M. Wang, Y. Xu, Z. Wu, J. Wang, C. Zhang, G. Liu, W. Li, J. Li and Y. Tang, Drug repositioning by prediction of drug’s anatomical therapeutic chemical code via network-based inference approaches, Briefings in Bioinformatics 22: (2) ((2021) ), 2058–2072.

[58] 

A. Bender and I. Cortes-Ciriano, Artificial intelligence in drug discovery: what is realistic, what are illusions? Part 2: a discussion of chemical and biological data used for AI in drug discovery, Drug Discovery Today, (2021) .

[59] 

www.github.com/miladallahgholi95/DDREL.

[60] 

A.S. Brown and C.J. Patel, A standard database for drug repositioning, Scientific Data 4: ((2017) ), 170029.

[61] 

A. Baćac, Classification of Large-Scale Biological Annotations Using Word Embeddings Derived from Corpora of Biomedical Research Literature, PhD thesis, Fakultet Elektrotehnike i Računarstva, Sveučilište u Zagrebu, (2017) .

[62] 

O. Levy, Y. Goldberg and I. Dagan, Improving distributional similarity with lessons learned from word embeddings, Transactions of the Association for Computational Linguistics 3: ((2015) ), 211–225.

[63] 

H. Caselles-Dupré, F. Lesaint and J. Royo-Letelier, Word2vec applied to recommendation: Hyperparameters matter, in: Proceedings of the 12th ACM Conference on Recommender Systems, ACM, (2018) , pp. 352–356.

[64] 

M. TH, S. Sahu and A. Anand, Evaluating distributed word representations for capturing semantics of biomedical concepts, in: Proceedings of BioNLP 15, (2015) , pp. 158–163.

[65] 

L. Chen, F. Yuan, J.M. Jose and W. Zhang, Improving negative sampling for word representation using self-embedded features, in: Proceedings of the Eleventh ACM International Conference on Web Search and Data Mining, ACM, (2018) , pp. 99–107.

[66] 

P. Vojtek and M. Bieliková, Homophily of neighborhood in graph relational classifier, in: International Conference on Current Trends in Theory and Practice of Computer Science, Springer, (2010) , pp. 721–730.

[67] 

M. McPherson, L. Smith-Lovin and J.M. Cook, Birds of a feather: Homophily in social networks, Annual Review of Sociology 27: (1) ((2001) ), 415–444.

[68] 

G. Su, A. Kuchinsky, J.H. Morris, D.J. States and F. Meng, GLay: Community structure analysis of biological networks, Bioinformatics 26: (24) ((2010) ), 3135–3137.

[69] 

F. Cheng, R.J. Desai, D.E. Handy, R. Wang, S. Schneeweiss, A.-L. Barabasi and J. Loscalzo, Network-based approach to prediction and population-based validation of in silico drug repurposing, Nature Communications 9: (1) ((2018) ), 1–12.

[70] 

A. Aliper, S. Plis, A. Artemov, A. Ulloa, P. Mamoshina and A. Zhavoronkov, Deep learning applications for predicting pharmacological properties of drugs and drug repurposing using transcriptomic data, Molecular Pharmaceutics 13: (7) ((2016) ), 2524–2530.

[71] 

H. Xue, J. Li, H. Xie and Y. Wang, Review of drug repositioning approaches and resources, International Journal of Biological Sciences 14: (10) ((2018) ), 1232.

[72] 

J.-P. Jourdan, R. Bureau, C. Rochais and P. Dallemagne, Drug repositioning: a brief overview, Journal of Pharmacy and Pharmacology, (2020) .

[73] 

S. Pushpakom, F. Iorio, P.A. Eyers, K.J. Escott, S. Hopper, A. Wells, A. Doig, T. Guilliams, J. Latimer, C. McNamee et al., Drug repurposing: Progress, challenges and recommendations, Nature Reviews Drug Discovery 18: (1) ((2019) ), 41.

[74] 

J. Li, S. Zheng, B. Chen, A.J. Butte, S.J. Swamidass and Z. Lu, A survey of current trends in computational drug repositioning, Briefings in Bioinformatics 17: (1) ((2016) ), 2–12.

[75] 

T.T. Ashburn and K.B. Thor, Drug repositioning: identifying and developing new uses for existing drugs, Nature Reviews Drug Discovery 3: (8) ((2004) ), 673–683.

[76] 

M.J. Palmer, A.S. Bell, D.N. Fox and D.G. Brown, Design of second generation phosphodiesterase 5 inhibitors, Current Topics in Medicinal Chemistry 7: (4) ((2007) ), 405–419.

[77] 

R. Vela-Navarrete, C. Gonzalez-Enguita, J.V. Garcia-Cardoso, F. Manzarbeitia, J.L. Sarasa-Corral and J.J. Granizo, The impact of medical therapy on surgery for benign prostatic hyperplasia: A study comparing changes in a decade (1992–2002), BJU International 96: (7) ((2005) ), 1045–1048.

[78] 

J. Yuan, Y. Liu, Z. Yang, X. Qin, K. Yang and C. Mao, The efficacy and safety of alpha-1 blockers for benign prostatic hyperplasia: An overview of 15 systematic reviews, Current Medical Research and Opinion 29: (3) ((2013) ), 279–287.

[79] 

J.L. Berk, O.B. Suhr, L. Obici, Y. Sekijima, S.R. Zeldenrust, T. Yamashita, M.A. Heneghan, P.D. Gorevic, W.J. Litchy, J.F. Wiesman et al., Repurposing diflunisal for familial amyloid polyneuropathy: A randomized clinical trial, Jama 310: (24) ((2013) ), 2658–2667.

[80] 

S. Sivapalarajah, M. Krishnakumar, H. Bickerstaffe, Y. Chan, J. Clarkson, A. Hampden-Martin, A. Mirza, M. Tanti, A. Marson, M. Pirmohamed et al., The prescribable drugs with efficacy in experimental epilepsies (PDE 3) database for drug repurposing research in epilepsy, Epilepsia 59: (2) ((2018) ), 492–501.

[81] 

C.-I. Jan, M.-H. Tsai, C.-F. Chiu, Y.-P. Huang, C.J. Liu and N.W. Chang, Fenofibrate suppresses oral tumorigenesis via reprogramming metabolic processes: Potential drug repurposing for oral cancer, International Journal of Biological Sciences 12: (7) ((2016) ), 786.

[82] 

M.R. Tranfaglia, C. Thibodeaux, D.J. Mason, D. Brown, I. Roberts, R. Smith, T. Guilliams and P. Cogram, Repurposing available drugs for neurodevelopmental disorders: The fragile X experience, Neuropharmacology 147: ((2019) ), 74–86.

[83] 

A. Zwergal, M. Strupp and T. Brandt, Advances in pharmacotherapy of vestibular and ocular motor disorders, Expert Opinion on Pharmacotherapy 20: (10) ((2019) ), 1267–1276.

[84] 

V. Hanusova, L. Skalova, V. Kralova and P. Matouskova, Potential anti-cancer drugs commonly used for other indications, Current Cancer Drug Targets 15: (1) ((2015) ), 35–52.

[85] 

J. Minguillón and J. Surrallés, Therapeutic research in the crystal chromosome disease Fanconi anemia, Mutation Research/Genetic Toxicology and Environmental Mutagenesis 836: ((2018) ), 104–108.

[86] 

M. Simsek, B. Meijer, A.A. van Bodegraven, N.K. de Boer and C.J. Mulder, Finding hidden treasures in old drugs: the challenges and importance of licensing generics, Drug Discovery Today 23: (1) ((2018) ), 17–21.

[87] 

H.-R. Chen, A network based approach to drug repositioning identifies candidates for breast cancer and prostate cancer, PhD thesis, (2016) .

[88] 

A.R. Melge, K. Manzoor, S.V. Nair and C.G. Mohan, In Silico Modeling of FDA-Approved Drugs for Discovery of Anti-Cancer Agents: A Drug-Repurposing Approach, in: In Silico Drug Design, Elsevier, (2019) , pp. 577–608.

[89] 

M.J. Eadie, Withdrawal of methylphenobarbitone, The Medical journal of Australia 178: (1) ((2003) ), 44.

[90] 

J. German, A. Kowal and K.H. Ehlers, Trimethadione and human teratogenesis, Teratology 3: (4) ((1970) ), 349–361.

[91] 

E.H. Zackai, W. Mellman, B. Neiderer and J. Hanson, The fetal trimethadione syndrome, The Journal of Pediatrics 87: (2) ((1975) ), 280.

[92] 

G.L. Feldman, D.D. Weaver and E.W. Lovrien, The fetal trimethadione syndrome: Report of an additional family and further delineation of this syndrome, American Journal of Diseases of Children 131: (12) ((1977) ), 1389–1392.

[93] 

M. Manczinger, V. Bodnár, B. Papp, S. Bolla, K. Szabó, B. Balázs, E. Csányi, E. Szél, G. Erős and L. Kemény, Drug Repurposing by Simulating Flow Through Protein-Protein Interaction Networks, Clinical Pharmacology & Therapeutics 103: (3) ((2018) ), 511–520.

[94] 

K. Dandu, P.R. Kallamadi, S.S. Thakur and C.M. Rao, Drug repurposing for retinoblastoma: Recent advances, Current Topics in Medicinal Chemistry 19: (17) ((2019) ), 1535–15441544.

[95] 

P. Kharkar, S. Borhade, A. Dangi and S. Warrier, In search of novel anti-inflammatory agents: Computational repositioning of approved drugs, Journal of Computational Science 10: ((2015) ), 217–224.