Literature DB >> 31598703

CancerGeneNet: linking driver genes to cancer hallmarks.

Marta Iannuccelli1, Elisa Micarelli1, Prisca Lo Surdo1, Alessandro Palma1, Livia Perfetto1,2, Ilaria Rozzo1, Luisa Castagnoli1, Luana Licata1, Gianni Cesareni1,3.   

Abstract

CancerGeneNet (https://signor.uniroma2.it/CancerGeneNet/) is a resource that links genes that are frequently mutated in cancers to cancer phenotypes. The resource takes advantage of a curation effort aimed at embedding a large fraction of the gene products that are found altered in cancer cells into a network of causal protein relationships. Graph algorithms, in turn, allow to infer likely paths of causal interactions linking cancer associated genes to cancer phenotypes thus offering a rational framework for the design of strategies to revert disease phenotypes. CancerGeneNet bridges two interaction layers by connecting proteins whose activities are affected by cancer drivers to proteins that impact on the 'hallmarks of cancer'. In addition, CancerGeneNet annotates curated pathways that are relevant to rationalize the pathological consequences of cancer driver mutations in selected common cancers and 'MiniPathways' illustrating regulatory circuits that are frequently altered in different cancers.
© The Author(s) 2019. Published by Oxford University Press on behalf of Nucleic Acids Research.

Entities:  

Mesh:

Substances:

Year:  2020        PMID: 31598703      PMCID: PMC6943052          DOI: 10.1093/nar/gkz871

Source DB:  PubMed          Journal:  Nucleic Acids Res        ISSN: 0305-1048            Impact factor:   16.971


INTRODUCTION

The ability to sequence a whole genome in a day at a cost that compares favorably with traditional diagnostic approaches has contributed to assemble large collections of cancer genomes that are freely accessible in public repositories (1). The comparison with the genome sequences of the patient non-transformed tissues has, in turn, allowed to define a cancer genomic landscape by identifying genes that are frequently mutated in a specific tumor type (2). Using this information, the COSMIC Cancer Gene Census (CGC) (3) has curated lists of genes that are causally implicated in the onset and progression of different cancers. Additional independent curation efforts such as for instance the ones by the Comparative Toxicogenomics Database (4), by IntOGen (5), by DriverDBv2 (6) or by the UniProtKB consortium (7) and others have aimed at similar goals, albeit with different strategies and using different criteria for filtering experimental support for gene-cancer associations. These sparse undertakings have been collated in a single resource by the DisGeNET project (8) that lists 4145 genes associated to 738 neoplastic diseases. However, although these studies have, in some cases, led to the fine-mapping of underlying causal variations and generated some mechanistic insight, our understanding of the connections between genetic variations and cancer onset and progression remains limited. A seminal paper by Hanahan and Weinberg has provided a widely used conceptual framework (Hallmarks of cancer) to rationalize the complexity of neoplastic diseases (9). The challenge is now that of establishing functional paths between the genes that are frequently mutated in cancers and the ‘Hallmark phenotypes’. This information may assist in the design of therapeutic strategies that revert the cancer phenotypes. The CGC group has started a curation effort and screened the literature to recover experimental information relating cancer genes to cancer phenotypes (3). The database CancerGeneNet (https://signor.uniroma2.it/CancerGeneNet/) was conceived to address a similar challenge by using a different unbiased approach aimed at precisely identifying chains of causal relationships explaining the impact of cancer-gene mutations on cancer phenotypes. The resource is based on the annotation of experimental information that permits to embed the cancer genes into the cell network of causal protein relationships. It is based on three curation efforts and a set of graph algorithms to connect gene lists and to find shortest paths between any two nodes on the network. CancerGeneNet takes advantage of the global causal network curated in SIGNOR (10), a database of curated logic relationships which offers a framework for investigating the information flow between different signaling proteins thereby linking genes to phenotypes.

MATERIALS AND METHODS

Cancer-gene lists

We have taken advantage of two lists of cancer related genes (Supplementary Table S2). The first list is an expert curated list and was downloaded from the CGC web site (v89) (3). The census associates 710 genes to 354 tumor types. The second list was obtained from the file ‘Curated gene-disease associations’ (DisGeNET v 6.0) (8). We selected the records with disease type ‘disease’ and disease semantic type ‘neoplastic process’, resulting in a list of 4145 cancer genes associated to 710 tumor types. While the CGC is a curated list, the DisGeNET resource integrates data from different resources and is much less selective in inclusion criteria. As a result, some tumors are associated to a large number of genes, up to ∼1000. The DisGeNET list, however, can be ranked according to a score that depends on the supporting evidence. In CancerGeneNet the DisGeNET cancer gene lists are truncated to the 50 genes with the highest score.

Curation rules and strategies

Information about logic relationships linking cancer genes, cancer phenotypes and cancer drugs was searched in the scientific literature by standard methods (PubMed and Google searches). The retrieved articles were filtered by expert curators and relevant information annotated in the database according to the SIGNOR curation model. The cancer phenotypes, forming the end point of the CancerGeneNet graph are shortened versions of the ‘hallmarks of cancers’ (9). The mapping between the hallmarks of cancers and the cancer phenotypes in CancerGeneNet is reported in Supplementary Table S1. We have not considered ‘Avoiding immune destruction’ since this hallmark involves interaction between different cell types and we have added the phenotype ‘differentiation’. The hallmark ‘Dysregulating cellular energetics’ comprise a large number of very different ‘metabolic phenotypes’. Including all these phenotypes in our analysis would complicate the curation effort, increase the burden of the search algorithms and confuse the result page. We limited our effort to the phenotype ‘Glycolysis’ as the modulation of this metabolic pathway is possibly the best studied and aerobic glycolysis is the clearest readout of the Warburg effect. Finally, we took advantage of a recent paper (11) that provides a list of FDA approved anticancer drugs and their targets to manually annotate 91 FDA drugs and 105 gene targets.

Database structure and portal implementation

The data is presented to the user through a web interface based on HTML5, integrated with JavaScript scripting to provide a more dynamic and responsive user interaction. Most data manipulation and display are handled through PHP (version 7.0.33). R scripting is used to extract further meaningful information. The network viewer is created using SPV (Signaling Pathway Visualizer, v1.0) (12).

Graph algorithms

Identification of the shortest paths between a specific gene and cancer phenotypes was programmatically implemented using the shortest path function of the R igraph (13). This function returns all shortest paths linking any two nodes in an oriented graph, such as the one in SIGNOR. To offer the user the possibility to explore paths that are different from the shortest ones, but that may be of biological relevance, we used the function, all_simple_paths, implemented in the NetworkX module (14) of the Python language. The implemented function returns all the shortest paths linking the query gene to the target phenotype and adds those paths that are one step longer. The resulting path list are ranked for relevance by using a measure of path length that takes into consideration the ‘reliability’ of each edge forming the path, as defined in SIGNOR (Licata et al. under submission to the NAR database issue). This reliability score combines four features supporting the functional relevance of the curated relation: (i) the number of references (PMID) that support the interaction in SIGNOR, (ii) the number of SIGNOR pathways that include the interaction, (iii) the number of occurrences of the relation in the Reactome interactome and (iv) the number of times the target entity is mentioned in the UNIPROT source entity page. The combined reliability score ranges from 0 to 1. We next defined node distance (d) which is linked to reliability (r) by the following simple relation d = 1 – r. The total path length is the sum of the length of all the edges in the path. We also evaluated the effect of the protein activity on the phenotype where path containing 0 or an even number of inhibitory steps are defined as phenotype activators, otherwise are considered as phenotype inhibitors.

Network of cancer similarity

The network of cancer similarity offers an alternative access to the data in the resource. To draw the network, we have first calculated the Jaccard index by comparing the lists of cancer related genes between any pair of cancers. For the DisGeNET gene lists, we limited the calculation to the 50 genes with higher tumor-association score. Cancers with a Jaccard index above an arbitrarily chosen threshold are joined by an edge in the graph. The network is displayed in the homepage with Cytoscape.js (16), a Javascript library for graph visualization and analysis. Node (cancer) size is mapped to the number of associated genes. Edge width is related to the –log10 of the P-value calculated by the Fisher's exact test. Graphs are rendered with the Euler layout for both the CGC and DisGeNET datasets. To avoid overcrowding of the DisGeNET graph, cancers with three associated genes or less are not shown.

RESULTS

Retrieving experimental information on causal interactions

The CancerGeneNet project aims at linking genes implicated in cancer to cancer phenotypes via causal interactions between proteins (Figure 1A). Two lists of cancer related genes were derived from the CGC (3) and from DisGeNET (8) respectively (Supplementary Table S2). The two resources use different inclusion strategies and stringency criteria. As a consequence, the two lists are different in size (710 and 4145 gene products respectively) and only 531 genes are common to both lists (Figure 1B). At the beginning of this project we monitored the fraction of the CGC that has at least one interaction in SIGNOR. It turned out that ∼300 CGC genes (∼40%) were not annotated in the SIGNOR network. Thus, we started a curation campaign searching for published information on the impact that perturbation of a cancer gene had on the activity of other proteins in the cell proteome. At the end of this effort the percentage of cancer genes, which were integrated in the causal network, rose to ∼80%. The number of relationships associated to the genes in the CGC varies from zero (142 genes) to 214 (for AKT1) as shown in Figure 1C
Figure 1.

Database content. (A) schematic representation of the layered information in the CancerGeneNet database. The second layer represents the cancer gene network that was specifically curated for this project. The yellow hexagons in the top layer represent the anticancer drugs that target sensitive signaling proteins. The cancer genes impact on the causal interactome network in SIGNOR (light green circles) that directly affect cancer phenotypes (green rectangles). (B) Venn diagram of the cancer genes annotated in the Cancer Gene Census and in DisGeNET. (C) Histogram representing the distribution of the number of relationships for each cancer gene in the Cancer Gene Census. (D) The diagram illustrates the size of the protein ensembles that are (i) annotated in Signor, (ii) included in the Cancer gene Census, (iii) specific targets of anti-cancer drugs or (iv) have been annotated as phenotype modifiers.

Database content. (A) schematic representation of the layered information in the CancerGeneNet database. The second layer represents the cancer gene network that was specifically curated for this project. The yellow hexagons in the top layer represent the anticancer drugs that target sensitive signaling proteins. The cancer genes impact on the causal interactome network in SIGNOR (light green circles) that directly affect cancer phenotypes (green rectangles). (B) Venn diagram of the cancer genes annotated in the Cancer Gene Census and in DisGeNET. (C) Histogram representing the distribution of the number of relationships for each cancer gene in the Cancer Gene Census. (D) The diagram illustrates the size of the protein ensembles that are (i) annotated in Signor, (ii) included in the Cancer gene Census, (iii) specific targets of anti-cancer drugs or (iv) have been annotated as phenotype modifiers. The graph that can be extracted from the curated information in CancerGeneNet is a tripartite signed directed graph linking cancer related gene-products to cancer phenotypes and anticancer drugs (Figure 1A). The interactions annotated for this project have been selected for their relevance to the modulation of cancer pathways and have been curated according to the SIGNOR data model (10) and curation rules, following the ‘Causal Tab’ standard (17). We have first looked for experimental information on causal relationships (i.e. protein A activates protein B) between gene products listed in the CGC and proteins in the human proteome. Causal relations and their signs depend on the genetic context. All the annotations in CancerGeneNet refer to a wild type context. The effect of each activating/inactivating mutation on the information flow in a disease context needs to be evaluated after inferring the effect of the mutation on protein activity. By this approach we have curated ∼6000 new interactions. However, 142 cancer genes (∼20%) remain uncharacterized and therefore disconnected from the global causal cell interactome (Supplementary Table S3). For most of these genes no robust information could be found about direct logic interactions underlying their link to cancer promotion. Next, we have identified proteins that are demonstrated to affect cancer phenotypes (say p53 for ‘cell death’), either in overexpression or when inactivated (∼120 proteins). This step has a certain degree of arbitrariness as many genes have been linked to some hallmarks more or less directly. We have selected eight phenotypes that are easily implementable in our data model and can be mapped to the cancer hallmarks (Supplementary Table S1). Finally, we have embedded these two interaction layers into the global human-cell causal-interactome, as annotated in the SIGNOR database. In a third curation undertaking we have annotated causal interactions between the anti-cancer drugs that are used in therapy and their targeted proteins (Figure 1D) (11). In addition, cancer pathways and MiniPathways, which are frequently altered in different tumors, have been manually curated, allowing analysis of pathway cross talk and comparison of inferred cancer networks with processes that are frequently altered in cancers. We have defined for each annotated cancer pathway a set of 20–30 proteins that are often mutated or have their expression perturbed in the tumor. A cancer pathway is an ensemble of relationships that link the ‘seed’ entities. A MiniPathway is smaller network (about 10–15 entities) that describes a signal transduction module that is frequently perturbed in different types of cancers.

Database interface

The main motivation for the development of the CancerGeneNet resource was that of offering a database of causal relationships and tools that could help (i) inferring paths linking cancer associated genes to cancer related phenotypes and (ii) identifying functional correlations between genes that are found mutated in cancers by building networks of causal relationships. The website homepage offers four entry points to search and interrogate the database. The panel in the top left corner allows to enter any gene (Uniprot ID or gene name), or list of genes, and query the database for the shortest causal path(s) linking the gene of interest and eight phenotypes characterizing cancers. It is possible to search for path linking any gene and the eight hallmarks, separately or simultaneously. The results of the paths searching algorithm, are shown as a graph displaying the interactions connecting the query gene(s) to the phenotype(s) and as a table listing all the shortest paths, and those that are one step longer. Paths are ranked and listed in a table according to a measure of reliability as described in methods and outlined with green or red colors to identify activating and inhibitory paths respectively. CancerGeneNet also offers a second functionality that assists in addressing the task of finding whether genes in a list, for instance a list of genes associated to a given cancer, are linked by causal relations. This can be achieved by searching a specific cancer either in a drop-down menu or in a network representing cancer similarities, as determined by the calculation of the Jaccard index for each pair of tumors in the cancer gene lists. Both entry points can be used to access either the CGC or the DisGeNET datasets. By selecting a given cancer in the drop-down menu or by clicking the ‘connect driver genes’ in the node pop up window in the similarity network, users can launch a search looking for logic relationships between the cancer associated genes. Three types of graphs are assembled and may be graphically displayed (Figure 2A). In a first display (level 1) only direct connections between the query genes are shown. A second algorithm (level 2) aims at connecting the query cancer genes by including also proteins that, by interacting with two cancer genes, allow to form a bridge between them (first neighbors). Finally, at level 3 it is possible to show all the logical interactions that are annotated to the query genes in the database. A check-box also allows to add to the network the physical interactions that can be retrieved from the mentha database (18). Once any of these graphs is displayed it is possible to edit it by adding or removing nodes or by filtering the graph according to interaction score and type. Gene products that are targeted by FDA approved anti-cancer drugs are outlined with a cyan border. By clicking the node, the list of inhibitors can be visualized via a hyperlink in the popup window.
Figure 2.

Connecting cancer associated genes. A tool based on graph algorithms offers the possibility to find functional connections in list of genes that can be user-defined or obtained from the Cancer Gene Census or DisGeNET. (A) Three types of graphs can be obtained. At level 1 only direct connections between query genes are shown. At level 2, two query genes can be linked by causal interactions with common proteins in the global causal interactome. Finally, at level 3, all the interactions of the query cancer genes are shown. (B) Once one of these graphs are shown it is possible to explore cross talks with a list of curated cancer MiniPathways.

Connecting cancer associated genes. A tool based on graph algorithms offers the possibility to find functional connections in list of genes that can be user-defined or obtained from the Cancer Gene Census or DisGeNET. (A) Three types of graphs can be obtained. At level 1 only direct connections between query genes are shown. At level 2, two query genes can be linked by causal interactions with common proteins in the global causal interactome. Finally, at level 3, all the interactions of the query cancer genes are shown. (B) Once one of these graphs are shown it is possible to explore cross talks with a list of curated cancer MiniPathways. One additional feature allows to count the number of nodes that are in common between the displayed networks and the cancer MiniPathways that are curated in the database and to calculate the statistical significance of the overlap using the same procedure described for the DISNOR database (19). This offers the possibility to infer cancer pathways that are likely perturbed in the tumor specific network that is under scrutiny. Finally, the cross-talk between the displayed graph and cancer MiniPathways can be shown graphically (Figure 2B). The annotated information that is used to generate the graphs can be downloaded in a tab delimited format for local use. The approach described above is not limited to gene lists annotated in the CGC and in DisGeNET, as any user defined gene list can be entered in the ‘connect proteins’ frame to query the database and to draw networks connecting the genes in the list (Figure 2A).

DISCUSSION

CangerGeneNet is offered to the users to explore mechanisms underlying the cancer-driver nature of selected gene alterations. This is unique in the cancer resource panorama and useful as it can stimulate new hypothesis to be tested experimentally. Since the CancerGeneNet network is directed and signed its analysis also permits to infer whether any chain of causal relationships has the potential to activate or to inactivate the end node of the chain. One may find surprising that the answer to this type of queries is not univocal and depends on the specific path that is considered. In other words, a gene may turn out to act as an onco-gene or an onco-suppressor depending on the specific path that is taken to join the gene to the cancer phenotype. There might be trivial explanations of these findings, some of which are mentioned below. However, we also need to consider that a gene/protein-function depends on the context and reports of genes that may be classified as oncogenes in one context and onco-suppressors in another are becoming more and more common (20–24). We have made our best effort to ensure high coverage and accuracy in our annotation endeavor. However, we are aware, that important logic relationships might have escaped our attention while some others might have been annotated inaccurately. This can be improved with a continuous curation and revision effort. One additional important caveat is that our ‘naïve approach’ assumes that all proteins in the proteome are expressed in all cells and, as such, it may suggest paths linking proteins that are not expressed in the specific tumor. Proteome expression databases such as the Human Protein Atlas (25) can help filtering paths involving proteins that are not expressed in the biological system of interest. Finally, our model might not be completely adequate to represent the intricacy of cell signaling. As an example, in our model proteins have ‘one’ function that can be stimulated or inhibited. The model does not allow to consider that a protein has two different functions that can be modulated independently. For instance, a kinase that has two targets where only one of the two activities is modulated by an inhibitor. The application of graph algorithms to the network underlying CancerGeneNet permits to achieve tasks that are relevant for the inference of the phenotypic impact of altering the expression or activity of any given gene product. In the database front-hand, we have implemented a number of graph algorithms that manipulate the signed directed ‘cancer graph’ to help accomplishing the following tasks: (i) determine the paths linking any given gene to the cancer hallmark-phenotypes, (ii) given a list of apparently unlinked tumor associated genes, as in the CGC or in DisGeNET, connect them via causal relationships, (iii) given any user defined gene list, connect them via causal relationships and link them to the hallmarks of cancer. The value of CancerGeneNet lies on the unbiased coverage of the cell causal network linking cancer related genes without much prejudice on the causal relationships that are relevant. As such the resource is able to provide novel hypotheses. However, it should be kept in mind that biology is more complex than graph theory and that the resource outputs should be taken as suggestions and filtered critically by expert cancer biologists. Finally, an unexpected outcome of our curation effort is the finding that for up to 20% of the cancer genes we know little about the molecular mechanisms underlying their tumorigenic function. Many resources focus on cancer signaling pathways (15,26,27). To our knowledge, however, the manually annotated information-content and the tasks that can be accomplished with CancerGeneNet cannot be matched by any other public resource. CancerGeneNet offers a unique tool that permits to bridge the gap between genomic data and cancer phenotypes.

DATA AVAILABILITY

CancerGeneNet is available at https://signor.uniroma2.it/CancerGeneNet/. The underlying curated information can be downloaded from https://signor.uniroma2.it/. Click here for additional data file.
  24 in total

1.  CausalTAB: the PSI-MITAB 2.8 updated format for signalling data representation and dissemination.

Authors:  L Perfetto; M L Acencio; G Bradley; G Cesareni; N Del Toro; D Fazekas; H Hermjakob; T Korcsmaros; M Kuiper; A Lægreid; P Lo Surdo; R C Lovering; S Orchard; P Porras; P D Thomas; V Touré; J Zobolas; L Licata
Journal:  Bioinformatics       Date:  2019-10-01       Impact factor: 6.937

Review 2.  Caveolin-1 in oncogenic transformation, cancer, and metastasis.

Authors:  Terence M Williams; Michael P Lisanti
Journal:  Am J Physiol Cell Physiol       Date:  2005-03       Impact factor: 4.249

3.  SIGNOR: a database of causal relationships between biological entities.

Authors:  Livia Perfetto; Leonardo Briganti; Alberto Calderone; Andrea Cerquone Perpetuini; Marta Iannuccelli; Francesca Langone; Luana Licata; Milica Marinkovic; Anna Mattioni; Theodora Pavlidou; Daniele Peluso; Lucia Lisa Petrilli; Stefano Pirrò; Daniela Posca; Elena Santonico; Alessandra Silvestri; Filomena Spada; Luisa Castagnoli; Gianni Cesareni
Journal:  Nucleic Acids Res       Date:  2015-10-13       Impact factor: 16.971

4.  DISNOR: a disease network open resource.

Authors:  Prisca Lo Surdo; Alberto Calderone; Marta Iannuccelli; Luana Licata; Daniele Peluso; Luisa Castagnoli; Gianni Cesareni; Livia Perfetto
Journal:  Nucleic Acids Res       Date:  2018-01-04       Impact factor: 16.971

5.  KEGG: new perspectives on genomes, pathways, diseases and drugs.

Authors:  Minoru Kanehisa; Miho Furumichi; Mao Tanabe; Yoko Sato; Kanae Morishima
Journal:  Nucleic Acids Res       Date:  2016-11-28       Impact factor: 16.971

6.  UniProt: the universal protein knowledgebase.

Authors:  The UniProt Consortium
Journal:  Nucleic Acids Res       Date:  2018-03-16       Impact factor: 16.971

7.  DisGeNET: a comprehensive platform integrating information on human disease-associated genes and variants.

Authors:  Janet Piñero; Àlex Bravo; Núria Queralt-Rosinach; Alba Gutiérrez-Sacristán; Jordi Deu-Pons; Emilio Centeno; Javier García-García; Ferran Sanz; Laura I Furlong
Journal:  Nucleic Acids Res       Date:  2016-10-19       Impact factor: 16.971

8.  DriverDBv2: a database for human cancer driver gene research.

Authors:  I-Fang Chung; Chen-Yang Chen; Shih-Chieh Su; Chia-Yang Li; Kou-Juey Wu; Hsei-Wei Wang; Wei-Chung Cheng
Journal:  Nucleic Acids Res       Date:  2015-12-03       Impact factor: 16.971

9.  The Comparative Toxicogenomics Database: update 2019.

Authors:  Allan Peter Davis; Cynthia J Grondin; Robin J Johnson; Daniela Sciaky; Roy McMorran; Jolene Wiegers; Thomas C Wiegers; Carolyn J Mattingly
Journal:  Nucleic Acids Res       Date:  2019-01-08       Impact factor: 16.971

10.  COSMIC: the Catalogue Of Somatic Mutations In Cancer.

Authors:  John G Tate; Sally Bamford; Harry C Jubb; Zbyslaw Sondka; David M Beare; Nidhi Bindal; Harry Boutselakis; Charlotte G Cole; Celestino Creatore; Elisabeth Dawson; Peter Fish; Bhavana Harsha; Charlie Hathaway; Steve C Jupe; Chai Yin Kok; Kate Noble; Laura Ponting; Christopher C Ramshaw; Claire E Rye; Helen E Speedy; Ray Stefancsik; Sam L Thompson; Shicai Wang; Sari Ward; Peter J Campbell; Simon A Forbes
Journal:  Nucleic Acids Res       Date:  2019-01-08       Impact factor: 16.971

View more
  13 in total

1.  IMEx Databases: Displaying Molecular Interactions into a Single, Standards-Compliant Dataset.

Authors:  Pablo Porras; Sandra Orchard; Luana Licata
Journal:  Methods Mol Biol       Date:  2022

2.  The close interaction between hypoxia-related proteins and metastasis in pancarcinomas.

Authors:  Andrés López-Cortés; Lavanya Prathap; Esteban Ortiz-Prado; Nikolaos C Kyriakidis; Ángela León Cáceres; Isaac Armendáriz-Castillo; Antonella Vera-Guapi; Verónica Yumiceba; Katherine Simbaña-Rivera; Gabriela Echeverría-Garcés; Jennyfer M García-Cárdenas; Andy Pérez-Villa; Patricia Guevara-Ramírez; Andrea Abad-Sojos; Jhommara Bautista; Lourdes Puig San Andrés; Nelson Varela; Santiago Guerrero
Journal:  Sci Rep       Date:  2022-06-30       Impact factor: 4.996

3.  Pulmonary Inflammatory Response in Lethal COVID-19 Reveals Potential Therapeutic Targets and Drugs in Phases III/IV Clinical Trials.

Authors:  Andrés López-Cortés; Santiago Guerrero; Esteban Ortiz-Prado; Verónica Yumiceba; Antonella Vera-Guapi; Ángela León Cáceres; Katherine Simbaña-Rivera; Ana María Gómez-Jaramillo; Gabriela Echeverría-Garcés; Jennyfer M García-Cárdenas; Patricia Guevara-Ramírez; Alejandro Cabrera-Andrade; Lourdes Puig San Andrés; Doménica Cevallos-Robalino; Jhommara Bautista; Isaac Armendáriz-Castillo; Andy Pérez-Villa; Andrea Abad-Sojos; María José Ramos-Medina; Ariana León-Sosa; Estefanía Abarca; Álvaro A Pérez-Meza; Karol Nieto-Jaramillo; Andrea V Jácome; Andrea Morillo; Fernanda Arias-Erazo; Luis Fuenmayor-González; Luis Abel Quiñones; Nikolaos C Kyriakidis
Journal:  Front Pharmacol       Date:  2022-03-29       Impact factor: 5.810

Review 4.  Towards a unified open access dataset of molecular interactions.

Authors:  Pablo Porras; Elisabet Barrera; Alan Bridge; Noemi Del-Toro; Gianni Cesareni; Margaret Duesbury; Henning Hermjakob; Marta Iannuccelli; Igor Jurisica; Max Kotlyar; Luana Licata; Ruth C Lovering; David J Lynn; Birgit Meldal; Bindu Nanduri; Kalpana Paneerselvam; Simona Panni; Chiara Pastrello; Matteo Pellegrini; Livia Perfetto; Negin Rahimzadeh; Prashansa Ratan; Sylvie Ricard-Blum; Lukasz Salwinski; Gautam Shirodkar; Anjalia Shrivastava; Sandra Orchard
Journal:  Nat Commun       Date:  2020-12-01       Impact factor: 14.919

5.  Integrating Patient-Specific Information into Logic Models of Complex Diseases: Application to Acute Myeloid Leukemia.

Authors:  Alessandro Palma; Marta Iannuccelli; Ilaria Rozzo; Luana Licata; Livia Perfetto; Giorgia Massacci; Luisa Castagnoli; Gianni Cesareni; Francesca Sacco
Journal:  J Pers Med       Date:  2021-02-10

Review 6.  DBHR: a collection of databases relevant to human research.

Authors:  Shahid Ullah; Wajeeha Rahman; Farhan Ullah; Gulzar Ahmad; Muhmmad Ijaz; Tianshun Gao
Journal:  Future Sci OA       Date:  2021-01-20

7.  The somatic molecular evolution of cancer: Mutation, selection, and epistasis.

Authors:  Krishna Dasari; Jason A Somarelli; Sudhir Kumar; Jeffrey P Townsend
Journal:  Prog Biophys Mol Biol       Date:  2021-08-06       Impact factor: 4.799

Review 8.  Mixed Neuroendocrine Non-Neuroendocrine Neoplasms: A Systematic Review of a Controversial and Underestimated Diagnosis.

Authors:  Melissa Frizziero; Bipasha Chakrabarty; Bence Nagy; Angela Lamarca; Richard A Hubner; Juan W Valle; Mairéad G McNamara
Journal:  J Clin Med       Date:  2020-01-19       Impact factor: 4.241

9.  Mixed epithelial endocrine neoplasms of the colon and rectum - An evolution over time: A systematic review.

Authors:  Rani Kanthan; Suresh Tharmaradinam; Tehmina Asif; Shahid Ahmed; Selliah C Kanthan
Journal:  World J Gastroenterol       Date:  2020-09-14       Impact factor: 5.742

10.  Systematic understanding of anti-tumor mechanisms of Tamarixetin through network and experimental analyses.

Authors:  Sanu K Shaji; G Drishya; Damu Sunilkumar; Prashanth Suravajhala; Geetha B Kumar; Bipin G Nair
Journal:  Sci Rep       Date:  2022-03-10       Impact factor: 4.379

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.