Skip to main content
Scientific Reports logoLink to Scientific Reports
. 2022 Jan 26;12:1437. doi: 10.1038/s41598-022-05335-3

Network controllability solutions for computational drug repurposing using genetic algorithms

Victor-Bogdan Popescu 1, Krishna Kanhaiya 1, Dumitru Iulian Năstac 2, Eugen Czeizler 1,4, Ion Petre 3,4,
PMCID: PMC8791995  PMID: 35082323

Abstract

Control theory has seen recently impactful applications in network science, especially in connections with applications in network medicine. A key topic of research is that of finding minimal external interventions that offer control over the dynamics of a given network, a problem known as network controllability. We propose in this article a new solution for this problem based on genetic algorithms. We tailor our solution for applications in computational drug repurposing, seeking to maximize its use of FDA-approved drug targets in a given disease-specific protein-protein interaction network. We demonstrate our algorithm on several cancer networks and on several random networks with their edges distributed according to the Erdős–Rényi, the Scale-Free, and the Small World properties. Overall, we show that our new algorithm is more efficient in identifying relevant drug targets in a disease network, advancing the computational solutions needed for new therapeutic and drug repurposing approaches.

Subject terms: Oncology, Network topology, Control theory, Combination drug therapy

Introduction

Network modeling in systems medicine has emerged as a powerful analytics approach in the last couple of decades1,2. Its aim is to analyze diseases and drug interventions as ways of acting over bio-medical dynamical networks3,4, such as protein-protein interaction networks5,6, signalling networks7, metabolic networks8, and immunological responses9. In this framework, a disease is seen as emerging from some of its modules being affected (directly or through cascading signals) and from critical nodes in the network being deregulated10. Similarly, drug therapies are seen as outside controlled interventions within a deregulated network with the aim of either re-balancing the system or possibly isolating some specific components of the network11. A particular advantage of this approach is reasoning about multiple-drug interventions, analyzing and predicting multi-drug synergies. Instead of acting over each individual dysregulated component, one can try to influence several of these entities through a few well-chosen interventions, and to have them spread in cascade into the network using the network’s own internal connections. Network controllability is a topic of high relevance in this area with a rich theory to support it12. It has found in recent years powerful applications in computational systems medicine and therapeutics5,6,13,14.

The theory of network controllability aims at providing a sound and theoretically accurate description of what control means within a network, and how it can be achieved. Intuitively, achieving control over a system from a set of input nodes means being able to drive that system from any initial setup to any desired state. This is an intrinsic global optimization problem with the objective to minimize the number of input nodes needed for the control. Additional constraints may be added depending on the application, such as the control pathways from the input nodes to the controlled nodes to be short, or the input nodes to be primarily selected from a given set of preferred nodes (e.g., targets of standard therapy drugs). This leads to several problem variations, such as: structural controllability13 (identifying pathways that offer control over the system regardless of its numerical setup); target controllability14 (achieving control over a predefined set of target nodes); constrained target controllability15 (selecting the input nodes from a pre-defined preferred set); target controllability with minimal mediators16 (avoiding specific nodes that could cause side-effects); minimum dominating sets17 (finding a minimal set of nodes that are one step upstream of all other nodes in the network). Some of these optimization problems are known to have efficient algorithmic solutions13. Others, on the contrary, are known to be computationally difficult, yet approximate efficient solutions are still achievable5. Recent successful applications of network controllability include research on the contribution of individual neurons in the locomotion of C. elegans18, and on the discovery of potential drug combinations for leukemia19, breast cancer and COVID-1920.

Motivated by the applicability of network control in systems medicine, the problem we focus on in this paper is minimizing the number of external interventions needed to achieve structural target control of a system. We are particularly interested in the case where the targets are disease-specific survivability-essential genes, key targets for synthetic lethality21. We identify control interventions that are achievable through the delivery of FDA-approved drugs, by giving a preference to FDA-approved drug targets being selected as input nodes. The minimization of the number of input nodes is part of the standard optimization objective of the network controllability problem and there is an additional incentive to minimize them in the medical case studies: combinatorial drug therapies can only include few simultaneously delivered drugs. The optimization goal of the network controllability problem can address this constraint by selecting the input nodes among the drug-approved nodes.

The structural target controllability problem is known to be NP-hard5, meaning that finding the smallest set of inputs for controlling the target set is computationally prohibitive for large networks. Several greedy-based approximations of the optimal solutions have been proposed for different variants of the problem5,1416, also recent solutions based on linear integer programming20. In our experience6,22, the greedy algorithm tends to select few preferred input nodes in each solution. This is understandable since its search is based on consecutive edge selections that may lead it away from the preferred input nodes. To address this problem, we propose a new solution based on genetic algorithms, a well known heuristic choice for nonlinear optimization problems23. This offers a different approach to searching for a solution to network controllability: the search is on suitable combinations of input nodes that control the set of target nodes. We maximize the use of the preferred input nodes in each step of the algorithm, to get a considerably larger selection of such nodes in the solution. An overview of the basic outline of the genetic algorithm is presented in Fig. 1 and discussed in details in the “Methods” section.

Figure 1.

Figure 1

The basic outline of the genetic algorithm, shown in a clockwise manner: the required data, the initial setup and chromosome encoding, the operators of the genetic algorithm, and the chromosome decoding and final result. In brief, the algorithm starts with an initialization stage, where it generates a “population” of control sets for the target set; the controllability is verified through the Kalman rank condition12. It then attempts to generate control sets of smaller and smaller size through combinations of the current control sets (crossover and mutation) and through adding new control sets to the population of solutions.

Drug repurposing, i.e., identifying novel uses for already existing drugs, has received significant attention due to its potential for efficient advances in drug development, leading to a significantly shorter timeline and reduced costs24. In addition to the standard experimental approach, recent advances in computational methods and the availability of high-quality big data enabled the evolution of efficient and promising computational approaches. Moreover, the urgency of the current COVID-19 pandemic has brought additional interest in the potential of computational drug repurposing22,25,26. Multiple computational methods have been successfully applied to the identification of drug repurposing candidates: machine learning (neural networks27, deep learning28, support vector machines and random forests29), data mining (text mining30, semantic inference31), and network analysis (clustering32, centrality measures33, controllability26). Our method can be placed at the intersection of AI- and network-based computational drug repurposing approaches, using evolutionary algorithms rooted in the structure of interaction networks and integrating additional disease- and drug-data.

Results

We tested the genetic algorithm on 15 random directed networks, generated using the NetworkX Python package34, with the number of nodes ranging from 100 to 2000 and the edges distributed according to the Erdős–Rényi-, the Scale-Free-, and the Small World-graph edge distributions. For each network, the target sets consisted of 5% randomly selected nodes with positive in-degree (which gives them a chance to be controlled). Furthermore, as a proof-of-concept, we applied the algorithm on 9 breast, pancreatic, and ovarian cancer cell line-specific directed protein–protein interaction networks6,35. These networks were constructed based on protein data from the UniProtKB database36 and interaction data from the SIGNOR database37. We used as control targets the cancer-essential genes specific to each cell line35, and as preferred control inputs the FDA-approved drug-targets of DrugBank38. An overview of the networks is presented in Table 1 (the number of nodes, edges, preferred nodes, and target nodes), in Supplementary Fig. S1 (the out-degree centrality, the closeness centrality, and the betweenness centrality), and in Supplementary Table 1.

Table 1.

The analyzed data sets. All isolated nodes were removed from the networks.

Type Network N E T P TP
Random Erdős–Rényi 100* 62 47 5
Erdős–Rényi 500* 497 1270 25
Erdős–Rényi 1000* 1000 4952 50
Erdős–Rényi 1500* 1500 11258 75
Erdős–Rényi 2000* 2000 19869 100
Scale-Free 100** 100 166 5
Scale-Free 500** 500 816 25
Scale-Free 1000** 1000 1793 50
Scale-Free 1500** 1500 2526 75
Scale-Free 2000** 2000 3401 100
Small World 100*** 100 400 5
Small World 500*** 500 2000 25
Small World 1000*** 1000 4000 50
Small World 1500*** 1500 6000 75
Small World 2000*** 2000 8000 100
Biological Breast DEF6 1415 2435 112 123 15
Breast HCC142835 1495 2650 126 135 15
Breast MDA-MB-36135 1478 2590 124 136 15
Ovarian DEF6 1047 1579 140 100 9
Ovarian O194635 1155 1823 159 104 10
Ovarian OVCA835 1157 1781 161 105 17
Pancreatic AsPC-135 1022 1534 125 90 7
Pancreatic DEF6 991 1484 168 86 16
Pancreatic KP-335 1134 1757 167 94 12

N Number of nodes in the network, E number of edges in the network, T number of control target nodes in the network, P number of preferred (i.e., drug-targetable) nodes in the network, TP number of control target nodes in the network that are also preferred (i.e., drug-targetable) nodes.

*,**,***Generated using “networkx”34, *: “fast_gnp_random_graph” with p=0.005), **: “scale_free_graph” with the default parameters, ***: “watts_strogatz_graph” with k=4 and p=0.2.

The approach we took in this study is based on unlabelled directed networks, i.e., where we only include the information that a certain directed interaction between two proteins exists, without the details on the nature (e.g., inhibiting or activating) or the strength of that interaction. This is indeed the most common approach to network controllability. Skipping the labelling of the interactions may lead to some false positive results regarding the therapeutic effects: some of the control pathways we identify may have a weak result due to the conflicting contributions of the interactions it consists of. A modest amount of false positives is sometimes tolerated in medical research, more than false negatives, because it leads to a wider pool of candidates to be verified experimentally. Approaches representing the type of interaction within the network and within the controllability problem do exist, e.g., based on Boolean networks39,40, but they are hindered by major scalability problems.

We compared the results of the genetic algorithm to the results of the greedy algorithm for structural target controllability described in5,6. The greedy approach (the algorithm description is in the “Supplementary Information”) to structural constrained target controllability is to build control paths ending in the target nodes and starting in a minimal set of input nodes. The algorithm involves solving an iterated maximum matching problem, based on a graph theoretical result of41. The algorithm starts from the target nodes and constructs the control paths by elongating them against the direction of the edges, seeking to minimize the number of new nodes added to the paths in each step. The nodes that can eventually be no longer matched become the input nodes and they are offered as a solution to the structural target controllability problem. The focus of the algorithm is on constructing the control paths connecting the inputs to the targets, and their objective is to minimize the number of input nodes, at the cost of arbitrarily long control paths from the input nodes to the target nodes. In contrast, the genetic algorithm focuses on identifying combinations of nodes in the network that offer a solution to the structural target control problem being solved. It does this in two stages. In the initial stage, a number of solutions are generated by selecting one node from the predecessors of each of the target nodes. To check that such a selection is a solution to the structural target control problem, we use the Kalman rank condition12. The search is done within a set distance upstream of the target nodes, to constrain the search space (and implicitly, to constrain the length of the control paths). Any selection of nodes that fails the Kalman rank condition is discarded. In the second stage, the new solutions are generated through combinations of the current solutions and through adding new random solutions to the population. Each new solution is verified for consistency with the Kalman rank condition and discarded if it fails it. Several solutions are also discarded in each step: those with the highest number of input nodes. The size of the population being maintained in the search is a parameter to be set by the modeler; in our tests we used populations of 80 solutions in each iteration of the genetic algorithm. The search strategy of the genetic algorithm is discussed in detail in the “Supplementary Information”.

The greedy algorithm offers a single solution per run, while the genetic algorithm offers several solutions per run: those of minimal size in the population of solutions of the last step of its search. To make the comparison between the greedy and the genetic algorithms balanced, we defined an iteration of the greedy algorithm as a set of 80 independent runs, offering a total of 80 solutions per iteration. Also, to investigate the effect of the pathways being constrained to a certain maximum length (as done in the genetic algorithm), we ran the greedy algorithm in two different settings. In one variant, the maximum path length of the control path was bounded by the same parameter as the genetic algorithm (5, 15, 30, and 50 in different tests, details below). In the other variant, the maximum path length was left unconstrained. Each of the three algorithms (genetic, constrained greedy and unconstrained greedy) was run in this setup 10 times. All the data and the results are available in Supplementary Table 2, and in the application repository at42.

Minimizing the number of input nodes

A first benchmark objective that we compared against was the number of distinct solutions identified by each run of the algorithms (repeated runs for greedy, as explained above), and their sizes (number of input nodes). We experimented with different values for the maximum path length (5, 15, 30, and 50), to test the scalability of the methods and the influence of the longer control paths on the size of the solutions. The results are discussed below and presented in detail in Fig. 2A1–C3, and in Supplementary Table 2.

Figure 2.

Figure 2

The results of the algorithms on the random networks. For all colors, the darker the shades, the longer are the maximum allowed control paths. (A) The number of the identified solutions, (B) the size of the solutions, (C) the length of the control paths in the solutions, (D) running time. Column 1: the Erdős–Rényi networks, column 2: the Scale-Free networks, column 3: the Small World networks. In blue: the results of the genetic algorithm, in green: the results of the constrained greedy algorithm, in orange: the results of the unconstrained greedy algorithm; from left to right, all plots: the networks with 100/500/1000/1500/2000 nodes.

Regarding the number of solutions, (Fig. 2A1–A3) the genetic algorithm identified more solutions than the greedy algorithms in most cases, up to 20 times more in some cases. There were only a few exceptions: in the case of Erdős–Rényi networks with 1500 and with 2000 nodes, the genetic algorithm identified roughly the same number of solutions as the unconstrained greedy, and several times more than constrained greedy. Also, the comparison was inconclusive in the case of the smallest random networks, with only 100 nodes. Obtaining more solutions is a key advantage of the genetic algorithm, especially for large drug repurposing applications, where multiple alternative solutions are important to collect and compare.

Regarding the size of the solutions, (Fig. 2B1–B3) compared to the constrained greedy algorithm, the genetic algorithm identified, on average, solutions 20–50% smaller for the Erdős–Rényi networks, and 50–70% smaller for the Small World networks, for all maximum path length values we experimented with. The differences are minor for the smaller networks, regardless of the allowed maximum path length, but become increasingly notable for the larger networks. The unconstrained greedy algorithm found smaller solutions than the genetic algorithm in the case of the Erdős–Rényi networks and of the Small World networks, at the cost of control paths up to 500% longer, (Fig. 2C1–C3). This is not surprising, because the size of the solutions is closely related to the length of the control paths: the longer the control path, the more targets a single input node can control, so the fewer input nodes are needed to control all targets. When we increased the maximum allowed length of the control paths in the genetic algorithm, the size of its solutions became comparable to that of the unconstrained greedy algorithm. In the case of the Scale-Free networks, the three algorithms identified solutions of roughly the same size. This is because these networks tend to have a small diameter and so, long paths do not exist, eliminating the key advantage of the unconstrained greedy algorithm.

Running times and convergence speed

Another benchmark objective that we investigated was the total running time and the speed of convergence to a minimal solution. The results are discussed below and presented in detail in Fig. 2D1–D3, and in Supplementary Table 2.

The genetic algorithm had a comparable running time to the constrained greedy algorithm, from 2 times slower to 2 times faster, and was up to 500 times faster than the unconstrained greedy algorithm for the Erdős–Rényi and Small World networks. On the other hand, in the case of the sparser-connected Scale-Free network, the greedy algorithms were considerably faster than the genetic one. The reason for the greedy algorithm being faster on these networks is that fewer edges implies fewer options to test when building the control paths, hence a faster running time. The Scale-Free networks tend to have a small number of “hubs” (highly connected nodes) and this leads to a difficulty with the genetic algorithm: such hubs may be considered as potential control inputs for many targets (because of their high number of descendants in the networks), but the Kalman condition will fail anytime they are suggested as control inputs for two or more targets at the same distance from the hub.

We analyzed the evolution of the quality of the solutions throughout the ten iterations of each of the algorithms, and we noticed that the optimal solutions were found very quickly, typically within the first three iterations. Moreover, within one iteration of the genetic algorithm, a near-optimal solution (i.e., a solution with the size within 10% of the best solution) was achieved very quickly, typically within 80 generations from the start for the Erdős–Rényi and Small World networks, and within only ten generations for the Scale-Free networks (Fig. S2). This suggests that the genetic algorithm may be applied successfully with a much lower number of generations, adding a considerable speed-up to it; by default, in our study we used a default number of 100 consecutive generations without an improvement in the size of the optimal solutions.

Maximizing the use of preferred inputs

We compared the ability of the three algorithms to maximize the use of preferred nodes, and we performed a brief literature-based validation of the relevance of the drug-targets and drugs found for the cancer networks. The results are discussed below and presented in detail in Fig. 3, and in Supplementary Table 2.

Figure 3.

Figure 3

The results of the algorithms on the biological networks. (A) Number of identified drug-targetable inputs, (B) number of targets controllable from the identified drug-targetable inputs; column 1: breast cancer networks, column 2: ovarian cancer networks, column 3: pancreatic cancer networks; in blue: (constrained) genetic algorithm, in green: constrained greedy algorithm, in orange: unconstrained greedy algorithm.

We applied the three algorithms on our benchmark biological networks with the additional optimization objective of maximizing the selection of FDA-approved drug targets as preferred input nodes. In the greedy algorithm, maximizing the use of FDA-approved drug targets is implemented in every step of extending the control paths. All nodes acting as starting points in the control paths being constructed are attempted to be matched with preferred nodes; the nodes left unmatched are then attempted to be matched with un-preferred nodes; finally, the nodes that could not be matched towards longer control paths are selected as input nodes and their control path is completed. In the genetic algorithm, maximizing the use of preferred nodes is done when selecting the potential input nodes in every candidate solution. The choice is stochastic with a larger probability to be selected set for the preferred nodes. In our experiments we used a probability of 2/3 for the preferred nodes to be selected in a candidate solution and a probability of 1/3 for the un-preferred nodes. The optimal balance between the two probabilities is a function of the balance between preferred and un-preferred nodes in the network, and of their out-degrees. Too high a probability for preferred nodes may make it difficult to get a full rank controllability matrix (i.e., to control the entire target set) and many attempts may have to be made before one is found; too low a probability for them will lead to a sub-optimal solution in terms of how many preferred nodes are eventually included in the optimal solution.

For all networks and for all experiments we ran, the sets of input nodes returned by the genetic algorithm contained, on average, 150–300% more preferred nodes than the ones returned by either of the greedy algorithms. This led to 120–320% more control target nodes being controlled by preferred nodes in all but one cases, i.e., leading to predictions of potentially more efficient drugs. This has as a consequence a clear improvement in the applicability of the algorithm in the biomedical domain for drug repurposing, an aspect that we discuss in the next subsection.

To test the reproducibility of the results and the robustness of the genetic algorithm, we investigated how often the preferred nodes are identified over multiple runs of the algorithm. We performed these tests within two setups. First, we ran the algorithm 10 times on the benchmark biological networks; with the algorithm being stochastic, there was a diversity of solutions offered from run to run. Second, we ran the algorithm 10 times more, each time on slightly modified networks, with a random set of 5% edges removed for each iteration, to emulate the effect of false positives in the interaction data. The results are presented in Fig. 4. In both cases, about 50% of the preferred nodes were consistently identified in at least 7 of the 10 runs, and about 30% were identified in at least 9 of the 10 runs.

Figure 4.

Figure 4

The distribution of input nodes repeatedly identified over 10 iterations of the genetic algorithm for the biological networks. For each biological network we counted how many of the input nodes were found in at least 9–10/7–8/5–6/3–4/1–2 of the 10 runs we did on that network. The box plots show the distribution of these counts over all the biological networks. (A) Repeated (stochastic) runs over the biological networks. (B) Repeated runs over the biological networks with of their 5% edges randomly removed.

Therapeutically relevant results

We performed a brief analysis of the top FDA-approved drug targets identified in multiple runs of the algorithms for each of the biological networks. We used the DrugBank database38 to find approved and investigational drugs targeting these proteins and known to be used in cancer therapeutics. To avoid spurious selections of inputs, for each cancer type, we considered only the drug targets that have been identified in at least half of the runs of one of the three algorithms. The sets of drug-targets returned by the unconstrained and constrained versions of the greedy algorithms and their corresponding drugs have been combined for a better comparison against the genetic algorithm. Even so, for all the cancer networks we analyzed, the genetic algorithm managed to identify more than twice drug-targets and cancer-related drugs than its counterparts. With only one exception, all of these drug-targets are known to be of significance in the corresponding cancer type. The results are presented in Table 2, in Fig. 5, and in Supplementary Table 3.

Table 2.

The intersection and the algorithm-specific predicted drug-targets and corresponding drugs.

Type Algorithm Drug-targets Drugs
Breast Genetic VDAC143 (100.00%), DDR144 (100.00%), ALK45 (100.00%), SRC46 (90.00%), JAK247 (86.67%), FGFR448 (66.67%), IL3RA49 (63.33%), LCK50 (56.67%), FGF451 (53.33%) alectinib,52,53, bosutinib,54,55, ceritinib56, crizotinib,57,58, dasatinib,59,60, entrectinib,52,61, gliteritinib62, infigratinib,63,64, lenvatinib,65,66, lorlatinib67, nintedanib,68,69, pemigatinib,52,70, ponatinib,52,71, pralsetinib72
Greedy IGF1R73 (100.00%), AKT174 (30.00%) cixutumumab,75,76, genistein,77,78, arsenic trioxide79
Both KEAP180 (100.00%), PIM181 (98.89%), IL382 (83.33%), DDR283 (62.22%), RET84 (46.67%), EGFR85 (44.44%) afatinib,86,87, alvocidib,88,89, amivantamab90, AV-41291, brigatinib,52,92, cetuximab,93,94, dacomitinib95, erdafitinib,96,97, erlotinib,52,98, gefitinib,99,100, icotinib101, imatinib,102,103, lapatinib,52,104, matuzumab105, mobocertinib106, necitumumab107, neratinib,108,109, olmutinib110, osimertinib111, panitumumab,112,113, pelitinib114, regorafenib115, vandetanib,116,117, varlitinib,118,119, XL228120, zanubrutinib121
Ovarian Genetic DDR1122 (100.00%), PDPK1123 (63.33%), SRC124 (56.67%), ERBB2125 (53.33%) afatinib126, AV-41291, bosutinib,55,127, brigatinib92, dasatinib,128,129, imatinib,130,131, lapatinib,104,132, margetuximab133, nintedanib,134,135, pertuzumab,136,137, ponatinib138, pralsetinib72, trastuzumab139, trastuzumab emtansine,140,141, tucatinib142, XL228120, zanubrutinib121
Greedy HCK143 (66.67%), FGF1144 (63.33%) abemaciclib,145,146, alvocidib,147,148, palbociclib,149,150, ribociclib,151,152
Both PIM1153 (95.56%), SMO154 (92.22%), DDR2155 (78.89%), PRKDC156 (66.67%), CCL2157 (65.56%) glasdegib158, regorafenib,159,160, SF1126161, sonidegib,158,162, vismodegib,158,163
Pancreatic Genetic IGF1R164 (73.33%), ADCY1 (66.67%), SRC165 (60.00%), PDPK1166 (53.33%), AKT1167 (53.33%), MTOR168 (50.00%) arsenic trioxide,169,170, cixutumumab171, everolimus,172,173, genistein174, nintedanib,175,176, ridaforolimus177, SF1126161, temsirolimus,178,179, XL765180
Greedy GSK3B181 (66.67%), CDK4182 (66.67%) pazopanib183
Both CDK2184 (85.56%), ABL1185 (73.33%), PIM1186 (66.67%) alvocidib,147,187, AT-7519188, bosutinib189, brigatinib92, dasatinib,190,191, imatinib,192,193, nilotinib194, ponatinib71, radotinib195, regorafenib,159,196, seliciclib197, umbralisib198, XL228120

Only the drug-targets that have been identified in at least half of the iterations for at least one algorithm have been considered. In brackets: percentage of individual iterations in which the drug-target was identified for the corresponding cancer type; with a: proteins known to be of significance in the corresponding cancer type and drugs investigated for or used in the treatment of the corresponding cancer type, with a: proteins known to be of significance in other or unspecified cancer types and drugs investigated for or used in the treatment of other or unspecified cancer types, with a: drugs investigated for the treatment of the corresponding cancer type within active or completed clinical trials.

Figure 5.

Figure 5

The identified drug-targets over repeated iterations for each algorithm. (A) Considering the drug-targets identified in at least one iteration by at least one algorithm, (B) considering the drug-targets identified in at least half of the iterations by at least one algorithm; column 1: specific-algorithm identified drug-targets, column 2: overlap between identified drug-targets by algorithm; in blue: (constrained) genetic algorithm, in green: constrained greedy algorithm, in orange: unconstrained greedy algorithm, in yellow: the intersection of all algorithms.

Out of the nine top preferred inputs identified solely by the genetic algorithm for the breast cancer networks, eight are known to be of significance in breast cancer proliferation: VDAC143, DDR144, ALK45, SRC46, JAK247, FGFR448, LCK50, and FGF451. In addition, there are six more preferred inputs identified by both the genetic and by the greedy algorithms, out of which five are known as important in breast cancer: KEAP180, PIM181, DDR283, RET84, and EGFR85. Furthermore, the remaining two top preferred inputs are known to be of significance in other cancer types: IL3RA49 and IL382, marking them as potential drug repurposing targets for future research. The greedy algorithms returned only two specific preferred inputs not found by the genetic algorithm, both known to be significant for breast cancer: IGF1R73 and AKT174. We found fourteen cancer-related drugs which are targeting inputs only identified by the genetic algorithm, four of which have been investigated for the treatment of breast cancer (crizotinib57, dasatinib59, lenvatinib65, and nintedanib68), and ten drugs used in an active or in a completed clinical trial (alectinib52, bosutinib54, crizotinib58, dasatinib60, entrectinib52, infigratinib63, lenvatinib66, nintedanib69, pemigatinib52, and ponatinib52). In addition, 26 drugs are targeting inputs identified by both algorithms, out of which the effect of nine has been studied for the treatment of breast cancer, and thirteen used in a clinical trial. In comparison, we found only three cancer-related existing drugs targeting the inputs only identified by the greedy algorithms, all of which are investigated in the treatment of, or under clinical investigation, for breast cancer.

The results look similar for the analyzed ovarian cancer networks. The genetic algorithm identified four specific top preferred inputs, out of which three are known to be of significance in ovarian cancer: DDR1122, SRC124, and ERBB2125. In contrast, only two were found by the greedy algorithms and not by the genetic algorithm, with one of significance in ovarian cancer: FGF1144. Both remaining inputs, one for each algorithm, are known to be important in other cancer types: PDPK1123 and HCK143. There are five additional drug-targets that have been identified by both algorithms, four of which of importance in ovarian cancer: PIM1153, SMO154, DDR2155, and CCL2157, and one in other types of cancer: PRKDC156. Of the related drug-targets, we found seventeen that are targeting the inputs identified only by the genetic algorithm, with seven under research for the treatment of ovarian cancer (afatinib126, dasatinib128, imatinib130, nintedanib134, pertuzumab136, ponatinib138, trastuzumab139), and seven part of an active or completed clinical trial (bosutinib127, dasatinib129, imatinib131, lapatinib132, nintedanib135, pertuzumab137, and trastuzumab emtansine140). Five more drugs are targeting inputs identified by both algorithms, with three of them part of a clinical trial. We found only four cancer-related drugs specific to the greedy algorithms, all of which are either researched, or under clinical investigation for ovarian cancer.

The results are consistently in favor of the genetic algorithm also in the case of the pancreatic cancer networks. There are three preferred inputs identified by both algorithms, two of which of importance in pancreatic cancer: CDK2184, and PIM1186, and one in other types of cancer: ABL1185. The genetic algorithm found six specific drug-targets, with five significant in pancreatic cancer: IGF1R164, SRC165, PDPK1166, AKT1167, and MTOR168, as opposed to only two for the greedy algorithms, both of significance in pancreatic cancer: GSK3B181, CDK4182. We found ten drugs specific to the genetic algorithm, out of which six investigated for the treatment of pancreatic cancer (arsenic trioxide169, cixutumumab171, everolimus172, genistein174, nintedanib175, and temsirolimus178), and four under clinical trials (arsenic trioxide170, everolimus173, nintedanib176, and temsirolimus179). In contrast, we found only one drug specific to the greedy algorithm. We found thirteen further drugs common to both algorithms, with two being researched, and four under clinical investigation for pancreatic cancer. The genetic algorithm uniquely identified ADCY1, currently not known to be targeted by any cancer-related drugs.

Furthermore, we found the drug fostamatinib, used for the treatment of rheumatoid arthritis and immune thrombocytopenic purpura199, which targets multiple inputs identified by the genetic algorithm in multiple runs for all studied cancer networks. Our algorithm thus suggests that the drug could potentially be used in cancer treatment. This idea is supported by several completed clinical trials for using fostamatinib in treating lymphoma200 and is investigated in an ongoing trial for ovarian cancer201.

Discussion

Applying network controllability for drug repurposing is not yet well-established. It is a very promising line of research that is currently hindered in part by the lack of powerful implementations of network controllability algorithms. This is where this paper and its algorithm contribute, making it possible to run detailed drug repurposing studies based on network controllability. We applied the algorithm to a few relatively small cancer examples, demonstrating its feasibility in the medical domain. Our demonstration was intended to show the potential of the network controllability approach to help in such studies. Our case studies suggest that this approach is promising in drug repurposing: we identified several approved drugs whose targets contribute to controlling the essential genes specific to other diseases than those the drugs were approved for. These results are to be considered as proof-of-concept, rather than fully fledged validated demonstrations of network control-based drug repurposing identification. Our search strategy was based on a genetic algorithm, where the population in each generation of the training of the algorithm is a set of valid solutions to the network controllability problem. The algorithm turned out to be scalable, with its performance staying strong even for large networks.

Our approach is to integrate the global interaction data into the directed networks and investigate a global optimization problem seeking to minimize the number of input nodes needed to control a target set. Genetic algorithms represent a known global optimization technique that permits for a global search of solutions throughout all parts of the network. They have been successfully used for solving combinatorial optimization problems, performing potentially better when compared to greedy algorithms23. Their use comes with limitations that we addressed in our implementation. To start with, evaluating the fitness function can generally be very computationally expensive. Within our approach, in order to calculate the fitness of a chromosome we first need to check its validity, which requires establishing if its corresponding Kalman matrix, whose size is dependent on the size of the target set, has a full rank. This operation can be computationally expensive for large matrices. We included in the “Supplementary Information” an overview of the function we used and its complexity. Another limitation refers to the genetic algorithms’ proneness to converging to a local optimum or arbitrary points, as opposed to the global optimum. To address this, we insert in each stage new random chromosomes (in addition to adding chromosomes obtained through crossover and mutation), to enrich the search space of the algorithm and escape the local optima. We also use elitism to ensure that each generation contains the distinct best solutions identified so far by the algorithm. Moreover, another limitation of the genetic algorithm is represented by the fact that the optimal result is not known and the quality of a solution is only comparable to the other solutions within a run. Thus, we alleviate the lack of a definite stopping criteria by running iteratively, each time until no new solutions have been identified within a predefined number of generations; by default, we set this to 100 generations.

The genetic algorithm comes by design with a set-limit on the maximum length of control paths from the input to the target nodes. We made this into a parameter whose value can be set by the user. Having this parameter is a feature of particularly important interest in applications in medicine, where the effects of a drug dissipate quickly over longer signaling paths. The focused search upstream of the target nodes led to the genetic algorithm drastically improving the percentage of FDA-approved drug targets selected in its solution, a clear step forward towards applications in combinatorial drug selection and drug repurposing. The drugs identified by our algorithm as potentially efficient for breast, ovarian, and pancreatic cancer correlate well with recent literature results, and some of our suggestions have already been subject to several clinical studies. This strengthens the potential of our approach for studies in synthetic lethality-driven drug repurposing.

There are several interesting questions around the applications of network science to drug repurposing, that deserve further investigations. On the experimental side, validating the predictions made by the network-based approaches would help drive this research line forward, and it would offer an insight into how to apply it to disease data. Some demonstrations already exist19, but more work is needed before the network analytics approach becomes a standard tool in this field. On the computational side, adding to the framework some quantitative aspects about the type and the weight of the interactions would help eliminate some of the false positive results. Also, adding non-linear interactions to the models would help extend the applicability of this method. A lot of work in this direction has already been done, e.g. on Boolean networks202204, but the methods still suffer from scalability issues. Very large networks, with tens of thousands of interactions, are already practical based on linear network analyses, including the genetic algorithm proposed in this study.

Methods

We introduce briefly in the “Supplementary Information” the basic concepts of target structural network controllability and the Kalman matrix rank condition for the problem.

The algorithm takes as input a network given as a directed graph G=(V,E) and a list of target nodes TV, T={t1,,tl}. We denote the graph’s adjacency matrix by AG. The algorithm gives as a result a set of input nodes IV controlling the set T, with the objective being to minimize the size of I. The algorithm can also take as an additional, optional input a set PV of so-called preferred nodes. In this case, the algorithm will aim for a double optimization objective: minimize the set I, while maximizing the number of elements from P included in I. Our typical application scenario is that of a network G consisting of directed protein-protein interactions specific to a disease mechanism of interest, with the set of targets T being a disease-specific set of essential genes, and the set of preferred nodes P a set of proteins targetable by available drugs or by specially designed compounds (e.g., inhibitors, small silencing molecules, etc.) The terminology we use to describe the algorithm, e.g., population/chromosome/crossover/mutation/fitness is standard in the genetic algorithm literature and refers to its conventions, rather than being suggestive of specifics in molecular biology.

Our algorithm starts by generating several solutions to the control problem, in the form of several “control sets” I1,,Im; we discuss how this is achieved in the “Supplementary Information”. Each such solution is encoded as a “chromosome”, i.e., a vector of “genes” [g1,,gl], where for all 1il, giV controls the target node tiT. In particular, gi is an ancestor of ti in graph G, for all 1il. Note that a node can control simultaneously several other nodes in the network and so, the genes g1,,gl of a chromosome are not necessarily distinct. In fact, the fewer the genes on a chromosome, the better its fitness will be, as we discuss in the “Supplementary Information”. The algorithm also implements maximizing the use of preferred nodes as genes on the chromosomes; the details are discussed in the “Supplementary Information”.

A set of chromosomes is called a population. Note that a chromosome will always encode a solution to our optimization problem, throughout the iterative run of the algorithm. Any population maintained by the algorithm consists of several such chromosomes, some better than others from the point of view of our optimization criteria, but all valid solutions to the target controllability problem to be solved.

The algorithm iteratively generates successive populations (sets of chromosomes) that get better at the optimization it aims to solve: the number of distinct genes on some chromosomes gets smaller and the proportion of preferred nodes among them gets higher. The algorithm stops after a number of iterations in which the quality of the solutions does not improve. To have a bounded running time even for large networks, we also added a stop condition after a maximum number of iterations; this was never reached during our tests. This pre-defined stop is necessary since the target structural controllability problem is known to be NP-hard and so, finding the optimal solution can require a prohibitively high number of steps, potentially exponential in the number of nodes in the network. The output consists of several solutions to the problem, represented by all the control sets in the final population obtained by the algorithm.

The initial population of solutions is randomly generated in such a way that each element selected for it is a solution to the target structural controllability problem (AG,I,T). To generate the next generation from the current one, we use three techniques:

  • Retain in the population the best solutions (from the point of view of the assessed optimization problem, as encoded in the fitness function). “Elitism” is used to conserve the best solutions (further discussed in the “Supplementary Information”).

  • Add random chromosomes (all being valid solutions to the optimization problem, albeit potentially of lower fitness score than some of the others in the population).

  • Generate new solutions/chromosomes resulting from combinations of those in the current population. A selection operator is used to choose the chromosomes which will produce offsprings for the following generation. New chromosomes are produced using crossover and mutation (discussed in detail in the “Supplementary Information”).

A list of all the parameters used by the genetic algorithm can be found in Table 3. The basic outline of the proposed genetic algorithm is described below. All operators are detailed in the “Supplementary Information”.

  1. Generate the initial population: we set t0 for the first generation. We initialize P(t) with a number of n randomly generated chromosomes.

  2. Preserve the fittest chromosomes: we evaluate the fitness of all chromosomes in P(t). We add to the next population Pt+1 the pe·n chromosomes in the current generation with the highest fitness score, where 0pe<1 is the ‘elitism’ parameter. If there are more chromosomes of equal fitness, the ones to be added are randomly chosen.

  3. Add random chromosomes: we add pr·n new randomly generated chromosomes to P(t+1), where 0pr<1 is the ‘randomness’ parameter.

  4. Add the offsprings of the current population: we apply two times the selection operator on P(t), obtaining two chromosomes of Pt selected randomly with a probability proportional to their fitness score. On the two selected chromosomes we apply the crossover operator, obtaining an offspring to be added to P(t+1). The offspring is added in a mutated form with the mutation probability 0pm<1. We continue applying this step until the number of chromosomes in P(t+1) becomes n.

  5. Iterate: if the current index t<N, the maximum number of generations, we set tt+1 and continue with Step 2.

  6. Output: we return the fittest chromosomes in the current generation as solutions to the problem and stop.

Table 3.

The parameters used by the genetic algorithm.

Parameter Meaning Default
NN1 Total number of generations for which the algorithm runs N = 10,000
NN1 Number of generations for which the algorithm runs without improving the fitness of the best chromosomes N=100
nN2 Total number of chromosomes in a generation n=80
pmR[0,1] Probability of mutation for a chromosome pm=0.01
peR[0,1] Maximum percentage of elites in a generation pe=0.25
prR[0,1] Percentage of randomly generated chromosomes in a generation pr=0.25
maxpathN1 Max. number of interactions in a control path maxpath=5
maxrandN1 Max. number of randomly generated genes in a chromosome maxrand=15

Supplementary Information

Supplementary Table 1. (1.1MB, xlsx)
Supplementary Table 2. (87.6KB, xlsx)
Supplementary Table 3. (745KB, xlsx)

Acknowledgements

This work was partially supported by the Academy of Finland (project 311371/-2017 to E.C.) and by the Romanian National Authority for Scientific Research and Innovation (PED Grant 2391 to I.P.).

Author contributions

V.-B.P., D.I.N., E.C. and I.P. designed the study. V.-B.P. and I.P. performed the computational analysis. V.-B.P. and K.K. collected and curated the data. V.-B.P., E.C. and I.P. analyzed the results and co-wrote the manuscript. All authors were involved in drafting the article and all have reviewed and approved the final version of the manuscript.

Data availability

All of the data and algorithm results are available in the application repository at42.

Competing interests

The authors declare no competing interests.

Footnotes

Publisher's note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

The online version contains supplementary material available at 10.1038/s41598-022-05335-3.

References

  • 1.Kitano H. Computational systems biology. Nature. 2002;420:206–210. doi: 10.1038/nature01254. [DOI] [PubMed] [Google Scholar]
  • 2.Tian Q, Price ND, Hood L. Systems cancer medicine: Towards realization of predictive, preventive, personalized and participatory (p4) medicine. J. Internal Med. 2012;271:111–121. doi: 10.1111/j.1365-2796.2011.02498.x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Barabási A-L, Gulbahce N, Loscalzo J. Network medicine: A network-based approach to human disease. Nat. Rev. Genet. 2010;12:56–68. doi: 10.1038/nrg2918. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Goh K-I, et al. The human disease network. Proc. Natl. Acad. Sci. 2007;104:8685–8690. doi: 10.1073/pnas.0701361104. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Czeizler E, Wu K-C, Gratie C, Kanhaiya K, Petre I. Structural target controllability of linear networks. IEEE/ACM Trans. Comput. Biol. Bioinform. 2018;15:1217–1228. doi: 10.1109/tcbb.2018.2797271. [DOI] [PubMed] [Google Scholar]
  • 6.Kanhaiya K, Czeizler E, Gratie C, Petre I. Controlling directed protein interaction networks in cancer. Sci. Rep. 2017 doi: 10.1038/s41598-017-10491-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Ochsner SA, et al. The signaling pathways project, an integrated ‘omics knowledgebase for mammalian cellular signaling pathways. Sci. Data. 2019 doi: 10.1038/s41597-019-0193-4. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Misselbeck K, et al. A network-based approach to identify deregulated pathways and drug effects in metabolic syndrome. Nat. Commun. 2019 doi: 10.1038/s41467-019-13208-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Davis MM, Tato CM, Furman D. Systems immunology: Just getting started. Nat. Immunol. 2017;18:725–732. doi: 10.1038/ni.3768. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Liu X, et al. Computational methods for identifying the critical nodes in biological networks. Briefings Bioinform. 2019;21:486–497. doi: 10.1093/bib/bbz011. [DOI] [PubMed] [Google Scholar]
  • 11.Cheng F, Kovács IA, Barabási A-L. Network-based prediction of drug combinations. Nat. Commun. 2019 doi: 10.1038/s41467-019-09186-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Kalman RE, Ho YC, Narendra KS. Controllability of linear dynamical systems. Contrib. Differ. Eqns. 1963;1:189–213. [Google Scholar]
  • 13.Liu Y-Y, Slotine J-J, Barabási A-L. Controllability of complex networks. Nature. 2011;473:167–173. doi: 10.1038/nature10011. [DOI] [PubMed] [Google Scholar]
  • 14.Gao J, Liu Y-Y, D’Souza RM, Barabási A-L. Target control of complex networks. Nat. Commun. 2014 doi: 10.1038/ncomms6415. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Guo W-F, et al. Constrained target controllability of complex networks. J. Stat. Mech. Theory Exp. 2017;2017:063402. doi: 10.1088/1742-5468/aa6de6. [DOI] [Google Scholar]
  • 16.Ebrahimi A, Nowzari-Dalini A, Jalili M, Masoudi-Nejad A. Target controllability with minimal mediators in complex biological networks. Genomics. 2020;112:4938–4944. doi: 10.1016/j.ygeno.2020.09.003. [DOI] [PubMed] [Google Scholar]
  • 17.Molnár F, Sreenivasan S, Szymanski BK, Korniss G. Minimum dominating sets in scale-free network ensembles. Sci. Rep. 2013 doi: 10.1038/srep01736. [DOI] [Google Scholar]
  • 18.Yan G, et al. Network control principles predict neuron function in the Caenorhabditis elegans connectome. Nature. 2017;550:519–523. doi: 10.1038/nature24056. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Ding Y-Y, et al. Network analysis reveals synergistic genetic dependencies for rational combination therapy in Philadelphia chromosome-like acute lymphoblastic leukemia. Clin. Cancer Res. 2021;27:5109–5122. doi: 10.1158/1078-0432.ccr-21-0553. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Guo W-F, et al. Network controllability-based algorithm to target personalized driver genes for discovering combinatorial drugs of individual patients. Nucleic Acids Res. 2021;49:e37. doi: 10.1093/nar/gkaa1272. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Rancati G, Moffat J, Typas A, Pavelka N. Emerging and evolving concepts in gene essentiality. Nat. Rev. Genet. 2017;19:34–49. doi: 10.1038/nrg.2017.74. [DOI] [PubMed] [Google Scholar]
  • 22.Siminea N, et al. Network analytics for drug repurposing in COVID-19. Brief. Bioinform. 2021 doi: 10.1093/bib/bbab490. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Whitley, D. & Sutton, A. M. Genetic algorithms—A survey of models and methods. In Handbook of Natural Computing, 637–671 (Springer Berlin Heidelberg, 2012). 10.1007/978-3-540-92910-9_21.
  • 24.Park K. A review of computational drug repurposing. Transl. Clin. Pharmacol. 2019;27:59. doi: 10.12793/tcp.2019.27.2.59. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Habibi M, Taheri G, Aghdam R. A SARS-CoV-2 (COVID-19) biological network to find targets for drug repurposing. Sci. Rep. 2021 doi: 10.1038/s41598-021-88427-w. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Ackerman E, Shoemaker J. Network controllability-based prioritization of candidates for SARS-CoV-2 drug repositioning. Viruses. 2020;12:1087. doi: 10.3390/v12101087. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Menden MP, et al. Machine learning prediction of cancer cell sensitivity to drugs based on genomic and chemical properties. PLoS ONE. 2013;8:e61318. doi: 10.1371/journal.pone.0061318. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Chen H, Engkvist O, Wang Y, Olivecrona M, Blaschke T. The rise of deep learning in drug discovery. Drug Discov. Today. 2018;23:1241–1250. doi: 10.1016/j.drudis.2018.01.039. [DOI] [PubMed] [Google Scholar]
  • 29.Cabrera-Andrade A, et al. A multi-objective approach for anti-osteosarcoma cancer agents discovery through drug repurposing. Pharmaceuticals. 2020;13:409. doi: 10.3390/ph13110409. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Cheng D, et al. PolySearch: A web-based text mining system for extracting relationships between human diseases, genes, mutations, drugs and metabolites. Nucleic Acids Res. 2008;36:W399–W405. doi: 10.1093/nar/gkn296. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Chen B, Ding Y, Wild DJ. Assessing drug target association using semantic linked data. PLoS Comput. Biol. 2012;8:e1002574. doi: 10.1371/journal.pcbi.1002574. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Huang Q, Wu L-Y, Zhang X-S. Corbi: A new r package for biological network alignment and querying. BMC Syst. Biol. 2013 doi: 10.1186/1752-0509-7-s2-s6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Rakshit H, Chatterjee P, Roy D. A bidirectional drug repositioning approach for Parkinson’s disease through network-based inference. Biochem. Biophys. Res. Commun. 2015;457:280–287. doi: 10.1016/j.bbrc.2014.12.101. [DOI] [PubMed] [Google Scholar]
  • 34.Hagberg, A. A., Schult, D. A. & Swart, P. J. Exploring network structure, dynamics, and function using networkx. in Proceedings of the 7th Python in Science Conference, 11–15 (2008).
  • 35.Koh JLY, et al. COLT-cancer: Functional genetic screening resource for essential genes in human cancer cell lines. Nucleic Acids Res. 2011;40:D957–D963. doi: 10.1093/nar/gkr959. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.The UniProt Consortium et al. UniProt: The universal protein knowledgebase in 2021. Nucleic Acids Res. 2020;49:480–489. doi: 10.1093/nar/gkaa1100. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Perfetto L, et al. SIGNOR: A database of causal relationships between biological entities. Nucleic Acids Res. 2015;44:D548–D554. doi: 10.1093/nar/gkv1048. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Wishart DS, et al. DrugBank 5.0: A major update to the DrugBank database for 2018. Nucleic Acids Res. 2017;46:D1074–D1082. doi: 10.1093/nar/gkx1037. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 39.Moradi M, Goliaei S, Foroughmand-Araabi M-H. A Boolean network control algorithm guided by forward dynamic programming. PLOS ONE. 2019;14:e0215449. doi: 10.1371/journal.pone.0215449. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Baudin A, Paul S, Su C, Pang J. Controlling large Boolean networks with single-step perturbations. Bioinformatics. 2019;35:i558–i567. doi: 10.1093/bioinformatics/btz371. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 41.Murota K, Poljak S. Note on a graph-theoretic criterion for structural output controllability. IEEE Trans. Autom. Control. 1990;35:939–942. doi: 10.1109/9.58507. [DOI] [Google Scholar]
  • 42.Popescu, V. GeneticAlgNetControl (2021). https://github.com/Vilksar/GeneticAlgNetControl. Version 1.0 (Accessed October 26, 2021).
  • 43.Chen F, et al. VDAC1 conversely correlates with CYTC expression and predicts poor prognosis in human breast cancer patients. Oxidative Med. Cell. Longevity. 2021;2021:1–13. doi: 10.1155/2021/7647139. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44.Jing H, Song J, Zheng J. Discoidin domain receptor 1: New star in cancer-targeted therapy and its complex role in breast carcinoma (review) Oncol. Lett. 2018 doi: 10.3892/ol.2018.7795. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 45.Holla VR, et al. ALK: A tyrosine kinase target for cancer therapy. Mol. Case Studies. 2017;3:a001115. doi: 10.1101/mcs.a001115. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 46.Finn R. Targeting SRC in breast cancer. Ann. Oncol. 2008;19:1379–1386. doi: 10.1093/annonc/mdn291. [DOI] [PubMed] [Google Scholar]
  • 47.Stanek L, Tesarova P, Vocka M, Petruzelka L. Analysis of the JAK2 gene in triple-negative breast cancer (TNBC) Ann. Oncol. 2018;29:viii95. doi: 10.1093/annonc/mdy272.291. [DOI] [Google Scholar]
  • 48.Levine KM, Ding K, Chen L, Oesterreich S. FGFR4: A promising therapeutic target for breast cancer and other solid tumors. Pharmacol. Therap. 2020;214:107590. doi: 10.1016/j.pharmthera.2020.107590. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Kirchhoff D, et al. IL3ra-targeting antibody–drug conjugate BAY-943 with a kinesin spindle protein inhibitor payload shows efficacy in preclinical models of hematologic malignancies. Cancers. 2020;12:3464. doi: 10.3390/cancers12113464. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 50.Elsberger B, et al. Breast cancer patients’ clinical outcome measures are associated with SRC kinase family member expression. Br. J. Cancer. 2010;103:899–909. doi: 10.1038/sj.bjc.6605829. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 51.Brady NJ, Chuntova P, Bade LK, Schwertfeger KL. The FGF/FGF receptor axis as a therapeutic target in breast cancer. Expert Rev. Endocrinol. Metab. 2013;8:391–402. doi: 10.1586/17446651.2013.811910. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 52.Fondazione per la Medicina Personalizzata. The Rome trial from histology to target: The road to personalize target therapy and immunotherapy (ROME) (2021). https://clinicaltrials.gov/ct2/show/NCT04591431 (Accessed October 14, 2021).
  • 53.McKeage K. Alectinib: A review of its use in advanced ALK-rearranged non-small cell lung cancer. Drugs. 2014;75:75–82. doi: 10.1007/s40265-014-0329-y. [DOI] [PubMed] [Google Scholar]
  • 54.Georgetown University. Wi231696: Bosutinib, palbocicilib and fulvestrant for hr+her2- advanced breast cancer refractory to a cdk4/6 inhibitor (2019). https://clinicaltrials.gov/ct2/show/NCT03854903 (Accessed October 14, 2021).
  • 55.von Amsberg GK, Schafhausen P. Bosutinib in the management of chronic myelogenous leukemia. Biol. Targets Ther. 2013 doi: 10.2147/btt.s30182. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 56.Shaw AT, et al. Ceritinib inALK-rearranged non-small-cell lung cancer. N. Engl. J. Med. 2014;370:1189–1197. doi: 10.1056/nejmoa1311107. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 57.Ayoub N, Al-Shami K, Alqudah MAY, Mhaidat N. Crizotinib, a MET inhibitor, inhibits growth, migration, and invasion of breast cancer cells in vitro and synergizes with chemotherapeutic agents. Oncol. Targets Therap. 2017;10:4869–4883. doi: 10.2147/ott.s148604. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 58.Royal Marsden NHS Foundation Trust. Crizotinib in Lobular Breast, Diffuse Gastric and Triple Negative Lobular Breast Cancer or CDH1-mutated Solid Tumours (ROLo) (2018). https://clinicaltrials.gov/ct2/show/NCT03620643 (Accessed October 14, 2021).
  • 59.Tian J, et al. Dasatinib sensitises triple negative breast cancer cells to chemotherapy by targeting breast cancer stem cells. Br. J. Cancer. 2018;119:1495–1507. doi: 10.1038/s41416-018-0287-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 60.University of Wisconsin, Madison. Window of Opportunity Trial of Dasatinib in Operable Triple Negative Breast Cancers With nEGFR (2016). https://clinicaltrials.gov/ct2/show/NCT02720185 (Accessed October 14, 2021).
  • 61.Al-Salama ZT, Keam SJ. Entrectinib: First global approval. Drugs. 2019;79:1477–1483. doi: 10.1007/s40265-019-01177-y. [DOI] [PubMed] [Google Scholar]
  • 62.Fathi AT, Chen Y-B. The role of FLT3 inhibitors in the treatment of FLT3-mutated acute myeloid leukemia. Eur. J. Haematol. 2017;98:330–336. doi: 10.1111/ejh.12841. [DOI] [PubMed] [Google Scholar]
  • 63.Stanford University. Study of Infigratinib in Combination with Tamoxifen or with Fulvestrant and Palbociclib in Hormone Receptor Positive, HER2 Negative, FGFR Altered Advanced Breast Cancer (2020). https://clinicaltrials.gov/ct2/show/NCT04504331 (Accessed October 14, 2021).
  • 64.Botrus G, Raman P, Oliver T, Bekaii-Saab T. Infigratinib (BGJ398): An investigational agent for the treatment of FGFR-altered intrahepatic cholangiocarcinoma. Expert Opin. Investig. Drugs. 2021;30:309–316. doi: 10.1080/13543784.2021.1864320. [DOI] [PubMed] [Google Scholar]
  • 65.Lim JSJ, et al. Clinical efficacy and molecular effects of lenvatinib (len) and letrozole (let) in hormone receptor-positive (HR+) metastatic breast cancer (MBC) J. Clin. Oncol. 2020;38:1019. doi: 10.1200/jco.2020.38.15_suppl.1019. [DOI] [Google Scholar]
  • 66.University of Illinois at Chicago. Preoperative Lenvatinib Plus Pembrolizumab in Early-Stage Triple-Negative Breast Cancer (TNBC) (2020). https://clinicaltrials.gov/ct2/show/NCT04427293 (Accessed October 14, 2021).
  • 67.Shaw AT, et al. Lorlatinib in non-small-cell lung cancer with ALK or ROS1 rearrangement: An international, multicentre, open-label, single-arm first-in-man phase 1 trial. Lancet. Oncol. 2017;18:1590–1599. doi: 10.1016/s1470-2045(17)30680-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 68.Quintela-Fandino M, et al. Nintedanib plus letrozole in early breast cancer: A phase 0/i pharmacodynamic, pharmacokinetic, and safety clinical trial of combined FGFR1 and aromatase inhibition. Breast Cancer Res. 2019 doi: 10.1186/s13058-019-1152-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 69.Centro Nacional de Investigaciones Oncologicas CARLOS III. Nintedanib+Letrozole in Postmenopausal Women With Breast Cancer: Clinical Trial Safety and Pharmacodynamics (2015). https://clinicaltrials.gov/ct2/show/NCT02619162 (Accessed October 14, 2021).
  • 70.Rizzo A, Ricci AD, Brandi G. Pemigatinib: Hot topics behind the first approval of a targeted therapy in cholangiocarcinoma. Cancer Treatment Res. Commun. 2021;27:100337. doi: 10.1016/j.ctarc.2021.100337. [DOI] [PubMed] [Google Scholar]
  • 71.Musumeci F, Greco C, Grossi G, Molinari A, Schenone S. Recent studies on ponatinib in cancers other than chronic myeloid leukemia. Cancers. 2018;10:430. doi: 10.3390/cancers10110430. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 72.Russo A, et al. New targets in lung cancer (excluding EGFR, ALK, ROS1) Curr. Oncol. Rep. 2020 doi: 10.1007/s11912-020-00909-8. [DOI] [PubMed] [Google Scholar]
  • 73.Ekyalongo RC, Yee D. Revisiting the IGF-1r as a breast cancer target. NPJ Precis. Oncol. 2017 doi: 10.1038/s41698-017-0017-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 74.Martorana F, et al. AKT inhibitors: New weapons in the fight against breast cancer? Front. Pharmacol. 2021 doi: 10.3389/fphar.2021.662232. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 75.Rowinsky EK, et al. IMC-a12, a human IgG1 monoclonal antibody to the insulin-like growth factor i receptor: Fig. 1. Clin. Cancer Res. 2007;13:5549s–5555s. doi: 10.1158/1078-0432.ccr-07-1109. [DOI] [PubMed] [Google Scholar]
  • 76.Eli Lilly and Company. A Study for Safety and Effectiveness of IMC-A12 by Itself or Combined with Antiestrogens to Treat Breast Cancer (2008). https://clinicaltrials.gov/ct2/show/NCT00728949 (Accessed October 14, 2021).
  • 77.Fan P, et al. Genistein decreases the breast cancer stem-like cell population through hedgehog pathway. Stem Cell Res. Therapy. 2013;4:146. doi: 10.1186/scrt357. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 78.Barbara Ann Karmanos Cancer Institute. Gemcitabine Hydrochloride and Genistein in Treating Women with Stage IV Breast Cancer (2008). https://clinicaltrials.gov/ct2/show/NCT00244933 (Accessed October 14, 2021).
  • 79.Wang Y, et al. Arsenic trioxide induces the apoptosis of human breast cancer MCF-7 cells through activation of caspase-3 and inhibition of HERG channels. Exp. Therap. Med. 2011;2:481–486. doi: 10.3892/etm.2011.224. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 80.Almeida M, Soares M, Ramalhinho AC, Moutinho JF, Breitenfeld L. Prognosis of hormone-dependent breast cancer seems to be influenced by KEAP1, NRF2 and GSTM1 genetic polymorphisms. Mol. Biol. Rep. 2019;46:3213–3224. doi: 10.1007/s11033-019-04778-8. [DOI] [PubMed] [Google Scholar]
  • 81.Brasó-Maristany F, et al. PIM1 kinase regulates cell death, tumor growth and chemotherapy response in triple-negative breast cancer. Nat. Med. 2016;22:1303–1313. doi: 10.1038/nm.4198. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 82.Dentelli P, Rosso A, Olgasi C, Camussi G, Brizzi MF. IL-3 is a novel target to interfere with tumor vasculature. Oncogene. 2011;30:4930–4940. doi: 10.1038/onc.2011.204. [DOI] [PubMed] [Google Scholar]
  • 83.Gonzalez ME, et al. Mesenchymal stem cell-induced DDR2 mediates stromal-breast cancer interactions and metastasis growth. Cell Rep. 2017;18:1215–1228. doi: 10.1016/j.celrep.2016.12.079. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 84.Nigro, C. L., Rusmini, M. & Ceccherini, I. RET in breast cancer: Pathogenic implications and mechanisms of drug resistance. Cancer Drug Resistance. 10.20517/cdr.2019.66 (2019). [DOI] [PMC free article] [PubMed]
  • 85.Masuda H, et al. Role of epidermal growth factor receptor in breast cancer. Breast Cancer Res. Treatment. 2012;136:331–345. doi: 10.1007/s10549-012-2289-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 86.Hurvitz SA, Shatsky R, Harbeck N. Afatinib in the treatment of breast cancer. Expert Opin. Investig. Drugs. 2014;23:1039–1047. doi: 10.1517/13543784.2014.924505. [DOI] [PubMed] [Google Scholar]
  • 87.He, X. A Study of HER2+ Breast Cancer Patients wth Active Brain Metastases Treated with Afatinib & T-DM1 vs. T-DM1 Alone (HER2BAT) (2019). https://clinicaltrials.gov/ct2/show/NCT04158947 (Accessed October 14, 2021).
  • 88.Wu K, et al. Flavopiridol and trastuzumab synergistically inhibit proliferation of breast cancer cells: Association with selective cooperative inhibition of cyclin d1-dependent kinase and akt signaling pathways 1 this work was supported in part by nih grants ro1ca708. Mol. Cancer Therap. 2002;1:695–706. [PubMed] [Google Scholar]
  • 89.Mayo Clinic. Flavopiridol Plus Cisplatin or Carboplatin in Treating Patients with Advanced Solid Tumors (2003). https://clinicaltrials.gov/ct2/show/NCT00003690 (Accessed October 14, 2021).
  • 90.Neijssen J, et al. Discovery of amivantamab (JNJ-61186372), a bispecific antibody targeting EGFR and MET. J. Biol. Chem. 2021;296:100641. doi: 10.1016/j.jbc.2021.100641. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 91.Suzuki T, et al. Pharmacological characterization of MP-412 (AV-412), a dual epidermal growth factor receptor and ErbB2 tyrosine kinase inhibitor. Cancer Sci. 2007;98:1977–1984. doi: 10.1111/j.1349-7006.2007.00613.x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 92.Rashda S, Gerber DE. A crowded, but still varied, space: Brigatinib in anaplastic lymphoma kinase-rearranged non-small cell lung cancer. Transl. Cancer Res. 2017;6:S78–S82. doi: 10.21037/tcr.2017.02.12. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 93.Gurdal H, Tuglu M, Bostanabad S, Dalkili B. Partial agonistic effect of cetuximab on epidermal growth factor receptor and src kinase activation in triple-negative breast cancer cell lines. Int. J. Oncol. 2019 doi: 10.3892/ijo.2019.4697. [DOI] [PubMed] [Google Scholar]
  • 94.Merck KGaA, Darmstadt, Germany. Cetuximab and Cisplatin in the Treatment of “Triple Negative” (Estrogen Receptor [ER] Negative, Progesterone Receptor [PgR] Negative, and Human Epidermal Growth Factor Receptor 2 [HER2] Negative) Metastatic Breast Cancer (BALI-1) (2007). https://clinicaltrials.gov/ct2/show/NCT00463788 (Accessed October 14, 2021).
  • 95.Kalous O, et al. Dacomitinib (PF-00299804), an irreversible pan-HER inhibitor, inhibits proliferation of HER2-amplified breast cancer cell lines resistant to trastuzumab and lapatinib. Mol. Cancer Therap. 2012;11:1978–1987. doi: 10.1158/1535-7163.mct-11-0730. [DOI] [PubMed] [Google Scholar]
  • 96.Nishina T, et al. Safety, pharmacokinetic, and pharmacodynamics of erdafitinib, a pan-fibroblast growth factor receptor (FGFR) tyrosine kinase inhibitor, in patients with advanced or refractory solid tumors. Investig. New Drugs. 2017;36:424–434. doi: 10.1007/s10637-017-0514-4. [DOI] [PubMed] [Google Scholar]
  • 97.Vanderbilt-Ingram Cancer Center. Fulvestrant, Palbociclib and Erdafitinib in ER+/HER2-/FGFR-amplified Metastatic Breast Cancer (2017). https://clinicaltrials.gov/ct2/show/NCT03238196 (Accessed October 14, 2021).
  • 98.Bao B, et al. Treating triple negative breast cancer cells with erlotinib plus a select antioxidant overcomes drug resistance by targeting cancer cell heterogeneity. Sci. Rep. 2017 doi: 10.1038/srep44125. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 99.Green M, et al. Gefitinib treatment in hormone-resistant and hormone receptor-negative advanced breast cancer. Ann. Oncol. 2009;20:1813–1817. doi: 10.1093/annonc/mdp202. [DOI] [PubMed] [Google Scholar]
  • 100.AstraZeneca. IRESSA (Gefitinib) in Breast Cancer Patients (2008). https://clinicaltrials.gov/ct2/show/NCT00632723 (Accessed October 14, 2021).
  • 101.Tan F, et al. Icotinib, a selective EGF receptor tyrosine kinase inhibitor, for the treatment of non-small-cell lung cancer. Future Oncol. 2015;11:385–397. doi: 10.2217/fon.14.249. [DOI] [PubMed] [Google Scholar]
  • 102.Mundhenke C, et al. Effects of imatinib on breast cancer cell biology in vitro. J. Clin. Oncol. 2005;23:3210. doi: 10.1200/jco.2005.23.16\_suppl.3210. [DOI] [Google Scholar]
  • 103.Novartis Pharmaceuticals. Efficacy and Safety of Imatinib and Vinorelbine in Patients with Advanced Breast Cancer (INV181) (2006). https://clinicaltrials.gov/ct2/show/NCT00372476 (Accessed October 14, 2021).
  • 104.Burris HA. Dual kinase inhibition in the treatment of breast cancer: Initial experience with the EGFR/ErbB-2 inhibitor lapatinib. Oncologist. 2004;9:10–15. doi: 10.1634/theoncologist.9-suppl\_3-10. [DOI] [PubMed] [Google Scholar]
  • 105.Socinski MA. Antibodies to the epidermal growth factor receptor in non–small cell lung cancer: Current status of matuzumab and panitumumab. Clin. Cancer Res. 2007;13:4597s–4601s. doi: 10.1158/1078-0432.ccr-07-0335. [DOI] [PubMed] [Google Scholar]
  • 106.Gonzalvez F, et al. Mobocertinib (TAK-788): A targeted inhibitor of EGFR exon 20 insertion mutants in non-small cell lung cancer. Cancer Discov. 2021;11:1672–1687. doi: 10.1158/2159-8290.cd-20-1683. [DOI] [PubMed] [Google Scholar]
  • 107.Garnock-Jones KP. Necitumumab: First global approval. Drugs. 2016;76:283–289. doi: 10.1007/s40265-015-0537-0. [DOI] [PubMed] [Google Scholar]
  • 108.Chan A, et al. Final efficacy results of neratinib in HER2-positive hormone receptor-positive early-stage breast cancer from the phase III ExteNET trial. Clin. Breast Cancer. 2021;21:80–91.e7. doi: 10.1016/j.clbc.2020.09.014. [DOI] [PubMed] [Google Scholar]
  • 109.Puma Biotechnology, Inc. Study Evaluating The Effects of Neratinib After Adjuvant Trastuzumab in Women with Early Stage Breast Cancer (ExteNET) (2009). https://clinicaltrials.gov/ct2/show/NCT00878709 (Accessed October 14, 2021).
  • 110.Liao B-C, Lin C-C, Lee J-H, Yang JC-H. Update on recent preclinical and clinical studies of t790m mutant-specific irreversible epidermal growth factor receptor tyrosine kinase inhibitors. J. Biomed. Sci. 2016 doi: 10.1186/s12929-016-0305-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 111.Shea M, Costa DB, Rangachari D. Management of advanced non-small cell lung cancers with known mutations or rearrangements: Latest evidence and treatment approaches. Therap. Adv. Respir. Disease. 2015;10:113–129. doi: 10.1177/1753465815617871. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 112.Keating GM. Panitumumab. Drugs. 2010;70:1059–1078. doi: 10.2165/11205090-000000000-00000. [DOI] [PubMed] [Google Scholar]
  • 113.M.D. Anderson Cancer Center. Carboplatin and Paclitaxel With or Without Panitumumab in Treating Patients with Invasive Triple Negative Breast Cancer (2016). https://clinicaltrials.gov/ct2/show/NCT02876107 (Accessed October 14, 2021).
  • 114.Yoshimura N, et al. EKB-569, a new irreversible epidermal growth factor receptor tyrosine kinase inhibitor, with clinical activity in patients with non-small cell lung cancer with acquired resistance to gefitinib. Lung Cancer. 2006;51:363–368. doi: 10.1016/j.lungcan.2005.10.006. [DOI] [PubMed] [Google Scholar]
  • 115.Mehta M, et al. Regorafenib sensitizes human breast cancer cells to radiation by inhibiting multiple kinases and inducing DNA damage. Int. J. Radiat. Biol. 2020;97:1109–1120. doi: 10.1080/09553002.2020.1730012. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 116.Luca AD, et al. Vandetanib as a potential treatment for breast cancer. Expert Opin. Investig. Drugs. 2014;23:1295–1303. doi: 10.1517/13543784.2014.942034. [DOI] [PubMed] [Google Scholar]
  • 117.Genzyme, a Sanofi Company. This Study is to Assess the Efficacy and Safety of ZD6474 in Subjects with Metastatic Breast Cancer (2002). https://clinicaltrials.gov/ct2/show/NCT00034918 (Accessed October 14, 2021).
  • 118.Liu C-Y, et al. Varlitinib downregulates HER/ERK signaling and induces apoptosis in triple negative breast cancer cells. Cancers. 2019;11:105. doi: 10.3390/cancers11010105. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 119.Aslan Pharmaceuticals. Study of ASLAN001 in Combination with Capecitabine in MBC that has Failed on Prior Trastuzumab (2015). https://clinicaltrials.gov/ct2/show/NCT02338245 (Accessed October 14, 2021).
  • 120.King ER, Wong K-K. Insulin-like growth factor: Current concepts and new developments in cancer therapy. Recent Patents Anti-cancer Drug Discov. 2012;7:14–30. doi: 10.2174/157489212798357930. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 121.Zou Y-X, et al. The impacts of zanubrutinib on immune cells in patients with chronic lymphocytic leukemia/small lymphocytic lymphoma. Hematol. Oncol. 2019;37:392–400. doi: 10.1002/hon.2667. [DOI] [PubMed] [Google Scholar]
  • 122.Quan J, Yahata T, Adachi S, Yoshihara K, Tanaka K. Identification of receptor tyrosine kinase, discoidin domain receptor 1 (DDR1), as a potential biomarker for serous ovarian cancer. Int. J. Mol. Sci. 2011;12:971–982. doi: 10.3390/ijms12020971. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 123.Domrachev B, Singh S, Li D, Rudloff U. Mini-review: PDPK1 (3-phosphoinositide dependent protein kinase-1), an emerging cancer stem cell target. J. Cancer Treatment Diagnosis. 2021;5:30–35. doi: 10.29245/2578-2967/2021/1.1194. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 124.Simpkins F, et al. Dual SRC and MEK inhibition decreases ovarian cancer growth and targets tumor initiating stem-like cells. Clin. Cancer Res. 2018;24:4874–4886. doi: 10.1158/1078-0432.ccr-17-3697. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 125.Luo H, Xu X, Ye M, Sheng B, Zhu X. The prognostic value of HER2 in ovarian cancer: A meta-analysis of observational studies. PLOS ONE. 2018;13:e0191972. doi: 10.1371/journal.pone.0191972. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 126.Shepherd-Littlejohn AL, Hanft WJ, Kennedy VA, Alvarez EA. Afatinib use in recurrent epithelial ovarian carcinoma. Gynecol. Oncol. Rep. 2019;29:70–72. doi: 10.1016/j.gore.2019.07.001. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 127.Abdel Karim, N. Bosutinib in Combination with Pemetrexed in Patients with Selected Metastatic Solid Tumors (2017). https://clinicaltrials.gov/ct2/show/NCT03023319 (Accessed October 14, 2021). [DOI] [PMC free article] [PubMed]
  • 128.Xiao J, et al. Dasatinib enhances antitumor activity of paclitaxel in ovarian cancer through src signaling. Mol. Med. Rep. 2015;12:3249–3256. doi: 10.3892/mmr.2015.3784. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 129.National Cancer Institute (NCI). Dasatinib in Treating Patients with Recurrent or Persistent Ovarian, Fallopian Tube, Endometrial or Peritoneal Cancer (2014). https://clinicaltrials.gov/ct2/show/NCT02059265 (Accessed October 14, 2021).
  • 130.Matei D, Chang DD, Jeng M-H. Imatinib mesylate (gleevec) inhibits ovarian cancer cell growth through a mechanism dependent on platelet-derived growth factor receptor alpha and akt inactivation. Clin. Cancer Res. 2004;10:681–690. doi: 10.1158/1078-0432.ccr-0754-03. [DOI] [PubMed] [Google Scholar]
  • 131.Henry M. Jackson Foundation for the Advancement of Military Medicine. Gleevec and Gemzar in Patients With Epithelial Ovarian Cancer (2009). https://clinicaltrials.gov/ct2/show/NCT00928642 (Accessed October 14, 2021).
  • 132.Frederick R., & Ueland, M. D. Dose Escalation of Lapatinib with Paclitaxel in Ovarian Cancer (2020). https://clinicaltrials.gov/ct2/show/NCT04608409 (Accessed October 14, 2021).
  • 133.Bang Y, et al. First-in-human phase 1 study of margetuximab (MGAH22), an fc-modified chimeric monoclonal antibody, in patients with HER2-positive advanced solid tumors. Ann. Oncol. 2017;28:855–861. doi: 10.1093/annonc/mdx002. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 134.Barra F, Laganà AS, Ghezzi F, Casarin J, Ferrero S. Nintedanib for advanced epithelial ovarian cancer: A change of perspective? Summary of evidence from a systematic review. Gynecol. Obstetr. Investig. 2018;84:107–117. doi: 10.1159/000493361. [DOI] [PubMed] [Google Scholar]
  • 135.Ingelheim, B. LUME-Ovar 1: Nintedanib (BIBF 1120) or Placebo in Combination with Paclitaxel and Carboplatin in First Line Treatment of Ovarian Cancer (2009). https://clinicaltrials.gov/ct2/show/NCT01015118 (Accessed October 14, 2021).
  • 136.Langdon SP, Faratian D, Nagumo Y, Mullen P, Harrison DJ. Pertuzumab for the treatment of ovarian cancer. Expert Opin. Biol. Therapy. 2010;10:1113–1120. doi: 10.1517/14712598.2010.487062. [DOI] [PubMed] [Google Scholar]
  • 137.Roche, H. Pertuzumab in Platinum-Resistant Low Human Epidermal Growth Factor Receptor 3 (HER3) Messenger Ribonucleic Acid (mRNA) Epithelial Ovarian Cancer (PENELOPE) (2012). https://clinicaltrials.gov/ct2/show/NCT01684878 (Accessed October 14, 2021).
  • 138.Lang JD, et al. Ponatinib shows potent antitumor activity in small cell carcinoma of the ovary hypercalcemic type (SCCOHT) through multikinase inhibition. Clin. Cancer Res. 2018;24:1932–1943. doi: 10.1158/1078-0432.ccr-17-1928. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 139.Wilken JA, Webster KT, Maihle NJ. Trastuzumab sensitizes ovarian cancer cells to EGFR-targeted therapeutics. J. Ovarian Res. 2010 doi: 10.1186/1757-2215-3-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 140.Roche, H. A Study Evaluating the Efficacy and Safety of Biomarker-Driven Therapies in Patients with Persistent or Recurrent Rare Epithelial Ovarian Tumors (2021). https://clinicaltrials.gov/ct2/show/NCT04931342 (Accessed October 14, 2021).
  • 141.Phillips GDL, et al. Targeting HER2-positive breast cancer with trastuzumab-DM1, an antibody–cytotoxic drug conjugate. Cancer Res. 2008;68:9280–9290. doi: 10.1158/0008-5472.can-08-1776. [DOI] [PubMed] [Google Scholar]
  • 142.Kulukian A, et al. Preclinical activity of HER2-selective tyrosine kinase inhibitor tucatinib as a single agent or in combination with trastuzumab or docetaxel in solid tumor models. Mol. Cancer Therap. 2020;19:976–987. doi: 10.1158/1535-7163.mct-19-0873. [DOI] [PubMed] [Google Scholar]
  • 143.Poh AR, O’Donoghue RJ, Ernst M. Hematopoietic cell kinase (HCK) as a therapeutic target in immune and cancer cells. Oncotarget. 2015;6:15752–15771. doi: 10.18632/oncotarget.4199. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 144.Manousakidi S, et al. FGF1 induces resistance to chemotherapy in ovarian granulosa tumor cells through regulation of p53 mitochondrial localization. Oncogenesis. 2018 doi: 10.1038/s41389-018-0033-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 145.Zhang Q-F, et al. CDK4/6 inhibition promotes immune infiltration in ovarian cancer and synergizes with PD-1 blockade in a b cell-dependent manner. Theranostics. 2020;10:10619–10633. doi: 10.7150/thno.44871. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 146.Jonsson Comprehensive Cancer Center. Abemaciclib for the Treatment of Recurrent Ovarian or Endometrial Cancer (2020). https://clinicaltrials.gov/ct2/show/NCT04469764 (Accessed October 14, 2021).
  • 147.Raju U, Nakata E, Mason KA, Ang KK, Milas L. Flavopiridol, a cyclin-dependent kinase inhibitor, enhances radiosensitivity of ovarian carcinoma cells. Cancer Res. 2003;63:3263–3267. [PubMed] [Google Scholar]
  • 148.National Cancer Institute (NCI). Cisplatin and Flavopiridol in Treating Patients with Advanced Ovarian Epithelial Cancer or Primary Peritoneal Cancer (2004). https://clinicaltrials.gov/ct2/show/NCT00083122 (Accessed October 14, 2021).
  • 149.Lee DW, Ho GF. Palbociclib in the treatment of recurrent ovarian cancer. Gyncol. Oncol. Rep. 2020;34:100626. doi: 10.1016/j.gore.2020.100626. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 150.Latin American Cooperative Oncology Group. Palbociclib Plus Letrozole Treatment After Progression to Second Line Chemotherapy for Women with ER/PR-positive Ovarian Cancer. (LACOG1018) (2019). https://clinicaltrials.gov/ct2/show/NCT03936270 (Accessed October 14, 2021).
  • 151.Im S-A, et al. Overall survival with ribociclib plus endocrine therapy in breast cancer. N. Engl. J. Med. 2019;381:307–316. doi: 10.1056/nejmoa1903765. [DOI] [PubMed] [Google Scholar]
  • 152.Buckanovich, R. Ribociclib (Ribociclib (LEE-011)) with Platinum-based Chemotherapy in Recurrent Platinum Sensitive Ovarian Cancer (2017). https://clinicaltrials.gov/ct2/show/NCT03056833 (Accessed October 14, 2021).
  • 153.Wu Y, et al. Pim1 promotes cell proliferation and regulates glycolysis via interaction with MYC in ovarian cancer. OncoTargets Ther. 2018;11:6647–6656. doi: 10.2147/ott.s180520. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 154.Szkandera J, Kiesslich T, Haybaeck J, Gerger A, Pichler M. Hedgehog signaling pathway in ovarian cancer. Int. J. Mol. Sci. 2013;14:1179–1196. doi: 10.3390/ijms14011179. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 155.Grither WR, et al. TWIST1 induces expression of discoidin domain receptor 2 to promote ovarian cancer metastasis. Oncogene. 2018;37:1714–1729. doi: 10.1038/s41388-017-0043-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 156.Sun G, et al. PRKDC regulates chemosensitivity and is a potential prognostic and predictive marker of response to adjuvant chemotherapy in breast cancer patients. Oncol. Rep. 2017;37:3536–3542. doi: 10.3892/or.2017.5634. [DOI] [PubMed] [Google Scholar]
  • 157.Fader AN, et al. Ccl2 expression in primary ovarian carcinoma is correlated with chemotherapy response and survival outcomes. Anticancer Res. 2010;30:4791–4798. [PubMed] [Google Scholar]
  • 158.Xie H, Paradise BD, Ma WW, Fernandez-Zapico ME. Recent advances in the clinical targeting of hedgehog/GLI signaling in cancer. Cells. 2019;8:394. doi: 10.3390/cells8050394. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 159.Grothey A, Blay J-Y, Pavlakis N, Yoshino T, Bruix J. Evolving role of regorafenib for the treatment of advanced cancers. Cancer Treatment Rev. 2020;86:101993. doi: 10.1016/j.ctrv.2020.101993. [DOI] [PubMed] [Google Scholar]
  • 160.National Cancer Centre, Singapore. Use of Regorafenib in Recurrent Epithelial Ovarian Cancer (2016). https://clinicaltrials.gov/ct2/show/NCT02736305 (Accessed October 14, 2021).
  • 161.Mahadevan D, et al. Phase i pharmacokinetic and pharmacodynamic study of the pan-PI3k/mTORC vascular targeted pro-drug SF1126 in patients with advanced solid tumours and b-cell malignancies. Eur. J. Cancer. 2012;48:3319–3327. doi: 10.1016/j.ejca.2012.06.027. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 162.University of Alabama at Birmingham. Phase IB Trial of LDE225 and Paclitaxel in Recurrent Ovarian Cancer (2014). https://clinicaltrials.gov/ct2/show/NCT02195973 (Accessed October 14, 2021).
  • 163.Genentech, Inc. A Study of Vismodegib (GDC-0449, Hedgehog Pathway Inhibitor) as Maintenance Therapy in Patients with Ovarian Cancer in a Second or Third Complete Remission (2008). https://clinicaltrials.gov/ct2/show/NCT00739661 (Accessed October 14, 2021).
  • 164.Subramani R, et al. Targeting insulin-like growth factor 1 receptor inhibits pancreatic cancer growth and metastasis. PLoS ONE. 2014;9:e97016. doi: 10.1371/journal.pone.0097016. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 165.Ito H, Gardner-Thorpe J, Zinner MJ, Ashley SW, Whang EE. Inhibition of tyrosine kinase src suppresses pancreatic cancer invasiveness. Surgery. 2003;134:221–226. doi: 10.1067/msy.2003.224. [DOI] [PubMed] [Google Scholar]
  • 166.Ferro R. Emerging role of the KRAS-PDK1 axis in pancreatic cancer. World J. Gastroenterol. 2014;20:10752. doi: 10.3748/wjg.v20.i31.10752. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 167.Parsons CM, Muilenburg D, Bowles TL, Virudachalam S, Bold RJ. The role of akt activation in the response to chemotherapy in pancreatic cancer. Anticancer Res. 2010;30:3279–3289. [PMC free article] [PubMed] [Google Scholar]
  • 168.Hassan Z, et al. MTOR inhibitor-based combination therapies for pancreatic cancer. Br. J. Cancer. 2018;118:366–377. doi: 10.1038/bjc.2017.421. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 169.Li X, Ding X, Adrian TE. Arsenic trioxide induces apoptosis in pancreatic cancer cells via changes in cell cycle, caspase activation, and GADD expression. Pancreas. 2003;27:174–179. doi: 10.1097/00006676-200308000-00011. [DOI] [PubMed] [Google Scholar]
  • 170.University of Chicago. Arsenic Trioxide in Treating Patients with Pancreatic Cancer that has not Responded to Gemcitabine (2003). https://clinicaltrials.gov/ct2/show/NCT00053222 (Accessed October 14, 2021).
  • 171.Philip PA, et al. Dual blockade of epidermal growth factor receptor and insulin-like growth factor receptor-1 signaling in metastatic pancreatic cancer: Phase ib and randomized phase II trial of gemcitabine, erlotinib, and cixutumumab versus gemcitabine plus erlotinib (SWO. Cancer. 2014;120:2980–2985. doi: 10.1002/cncr.28744. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 172.Pawaskar DK, et al. Synergistic interactions between sorafenib and everolimus in pancreatic cancer xenografts in mice. Cancer Chemother. Pharmacol. 2013;71:1231–1240. doi: 10.1007/s00280-013-2117-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 173.Dana-Farber Cancer Institute. RAD001 in Previously Treated Patients with Metastatic Pancreatic Cancer (2006). https://clinicaltrials.gov/ct2/show/NCT00409292 (Accessed October 14, 2021).
  • 174.Liang Bi Y, Min M, Shen W, Liu Y. Genistein induced anticancer effects on pancreatic cancer cell lines involves mitochondrial apoptosis, g 0 /g 1 cell cycle arrest and regulation of STAT3 signalling pathway. Phytomedicine. 2018;39:10–16. doi: 10.1016/j.phymed.2017.12.001. [DOI] [PubMed] [Google Scholar]
  • 175.Awasthi N, Hinz S, Brekken RA, Schwarz MA, Schwarz RE. Nintedanib, a triple angiokinase inhibitor, enhances cytotoxic therapy response in pancreatic cancer. Cancer Lett. 2015;358:59–66. doi: 10.1016/j.canlet.2014.12.027. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 176.University of Texas Southwestern Medical Center. Study of Nintedanib and Chemotherapy for Advanced Pancreatic Cancer (2016). https://clinicaltrials.gov/ct2/show/NCT02902484 (Accessed October 14, 2021).
  • 177.Mita MM, et al. Phase i trial of the novel mammalian target of rapamycin inhibitor deforolimus (AP23573; MK-8669) administered intravenously daily for 5 days every 2 weeks to patients with advanced malignancies. J. Clin. Oncol. 2008;26:361–367. doi: 10.1200/jco.2007.12.0345. [DOI] [PubMed] [Google Scholar]
  • 178.Karavasilis V, et al. Gemcitabine combined with the mTOR inhibitor temsirolimus in patients with locally advanced or metastatic pancreatic cancer. A hellenic cooperative oncology group phase i/II study. Targeted Oncol. 2018;13:715–724. doi: 10.1007/s11523-018-0605-y. [DOI] [PubMed] [Google Scholar]
  • 179.National Cancer Institute (NCI). CCI-779 in Treating Patients with Locally Advanced or Metastatic Pancreatic Cancer (2004). https://clinicaltrials.gov/ct2/show/NCT00075647 (Accessed October 14, 2021).
  • 180.Rehan M. Anticancer compound XL765 as PI3k/mTOR dual inhibitor: A structural insight into the inhibitory mechanism using computational approaches. PLoS One. 2019;14:e0219180. doi: 10.1371/journal.pone.0219180. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 181.Vidri RJ, Fitzgerald TL. GSK-3: An important kinase in colon and pancreatic cancers. Biochimica et Biophysica Acta (BBA) Mol. Cell Res. 2020;1867:118626. doi: 10.1016/j.bbamcr.2019.118626. [DOI] [PubMed] [Google Scholar]
  • 182.Kumarasamy V, Ruiz A, Nambiar R, Witkiewicz AK, Knudsen ES. Chemotherapy impacts on the cellular response to CDK4/6 inhibition: Distinct mechanisms of interaction and efficacy in models of pancreatic cancer. Oncogene. 2019;39:1831–1845. doi: 10.1038/s41388-019-1102-1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 183.Sonpavde G, Hutson TE, Sternberg CN. Pazopanib, a potent orally administered small-molecule multitargeted tyrosine kinase inhibitor for renal cell carcinoma. Expert Opin. Investig. Drugs. 2008;17:253–261. doi: 10.1517/13543784.17.2.253. [DOI] [PubMed] [Google Scholar]
  • 184.Iseki H. A novel strategy for inhibiting growth of human pancreatic cancer cells by blocking cyclin-dependent kinase activity. J. Gastrointest. Surg. 1998;2:36–43. doi: 10.1016/s1091-255x(98)80101-7. [DOI] [PubMed] [Google Scholar]
  • 185.Wang J, Pendergast AM. The emerging role of ABL kinases in solid tumors. Trends Cancer. 2015;1:110–123. doi: 10.1016/j.trecan.2015.07.004. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 186.Xu J, et al. PIM-1 contributes to the malignancy of pancreatic cancer and displays diagnostic and prognostic value. J. Exp. Clin. Cancer Res. 2016 doi: 10.1186/s13046-016-0406-z. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 187.National Cancer Institute (NCI). Docetaxel and Flavopiridol in Treating Patients with Refractory Metastatic Pancreatic Cancer (2006). https://clinicaltrials.gov/ct2/show/NCT00331682 (Accessed October 14, 2021).
  • 188.Kazi A, et al. Global phosphoproteomics reveal CDK suppression as a vulnerability to KRas addiction in pancreatic cancer. Clin. Cancer Res. 2021;27:4012–4024. doi: 10.1158/1078-0432.ccr-20-4781. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 189.Isakoff SJ, et al. Bosutinib plus capecitabine for selected advanced solid tumours: Results of a phase 1 dose-escalation study. Br. J. Cancer. 2014;111:2058–2066. doi: 10.1038/bjc.2014.508. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 190.Wei J, et al. Identification of biomarkers and their functions in dasatinib-resistant pancreatic cancer using bioinformatics analysis. Oncol. Lett. 2019 doi: 10.3892/ol.2019.10281. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 191.National Cancer Institute (NCI). Dasatinib in Treating Patients with Metastatic Pancreatic Cancer (2007). https://clinicaltrials.gov/ct2/show/NCT00474812 (Accessed October 14, 2021).
  • 192.Chen J, et al. The tyrosine kinase inhibitor imatinib fails to inhibit pancreatic cancer progression. Cancer Lett. 2006;233:328–337. doi: 10.1016/j.canlet.2005.03.027. [DOI] [PubMed] [Google Scholar]
  • 193.University of Medicine and Dentistry of New Jersey. Gemcitabine and Imatinib Mesylate as First-Line Therapy in Patients with Locally Adv. or Metastatic Pancreatic Cancer (2005). https://clinicaltrials.gov/ct2/show/NCT00161213 (Accessed October 14, 2021).
  • 194.Blay J-Y, von Mehren M. Nilotinib: A novel, selective tyrosine kinase inhibitor. Semin. Oncol. 2011;38:S3–S9. doi: 10.1053/j.seminoncol.2011.01.016. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 195.Heo S-K, et al. The c-abl inhibitor, radotinib induces apoptosis in multiple myeloma cells via mitochondrial-dependent pathway. Sci. Rep. 2021 doi: 10.1038/s41598-021-92651-9. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 196.Stuart Salmon, MD. A Study of Regorafenib in Advanced Pancreatic Cancer Patients (2014). https://clinicaltrials.gov/ct2/show/NCT02080260 (Accessed October 14, 2021).
  • 197.Aldoss IT, Tashi T, Ganti AK. Seliciclib in malignancies. Expert Opin. Investig. Drugs. 2009;18:1957–1965. doi: 10.1517/13543780903418445. [DOI] [PubMed] [Google Scholar]
  • 198.Burris HA, et al. Umbralisib, a novel PI3k delta and casein kinase-1 epsilon inhibitor, in relapsed or refractory chronic lymphocytic leukaemia and lymphoma: An open-label, phase 1, dose-escalation, first-in-human study. Langet. Oncol. 2018;19:486–496. doi: 10.1016/s1470-2045(18)30082-2. [DOI] [PubMed] [Google Scholar]
  • 199.Kang Y, et al. Efficacy and safety of multiple dosages of fostamatinib in adult patients with rheumatoid arthritis: A systematic review and meta-analysis. Front. Pharmacol. 2019 doi: 10.3389/fphar.2019.00897. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 200.Rigel Pharmaceuticals. Efficacy and Safety Study of Fostamatinib Tablets to Treat B-cell Lymphoma (2007). https://clinicaltrials.gov/ct2/show/NCT00446095 (Accessed October 14, 2021).
  • 201.Sidney Kimmel Comprehensive Cancer Center at Johns Hopkins. Clinical Trial of Combined Fostamatinib and Paclitaxel in Ovarian Cancer (2017). https://clinicaltrials.gov/ct2/show/NCT03246074 (Accessed October 14, 2021).
  • 202.Zañudo JGT, Albert R. Cell fate reprogramming by control of intracellular network dynamics. PLOS Comput. Biol. 2015;11:e1004193. doi: 10.1371/journal.pcbi.1004193. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 203.Murrugarra D, Veliz-Cuba A, Aguilar B, Laubenbacher R. Identification of control targets in Boolean molecular network models via computational algebra. BMC Syst. Biol. 2016 doi: 10.1186/s12918-016-0332-x. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 204.Biane C, Delaplace F. Causal reasoning on Boolean control networks based on abduction: Theory and application to cancer drug discovery. IEEE/ACM Trans. Comput. Biol. Bioinform. 2019;16:1574–1585. doi: 10.1109/tcbb.2018.2889102. [DOI] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

Supplementary Table 1. (1.1MB, xlsx)
Supplementary Table 2. (87.6KB, xlsx)
Supplementary Table 3. (745KB, xlsx)

Data Availability Statement

All of the data and algorithm results are available in the application repository at42.


Articles from Scientific Reports are provided here courtesy of Nature Publishing Group

RESOURCES